wired PICK SKY server-side polarity countdown via threading.Timer (tasks.py); fixed polarity_done overlay gating on refresh; cleared sig-select floats on overlay dismiss; filtered Redact events from Most Recent applet
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -546,10 +546,28 @@ html:has(.gate-backdrop) .position-strip .gate-slot button { pointer-events: aut
|
||||
|
||||
.table-center {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
// "Gravity settling . . ." / "Levity appraising . . ." shown after a polarity
|
||||
// group confirms their sigs while the other group is still selecting.
|
||||
// Pulsing opacity signals active waiting without being jarring.
|
||||
#id_hex_waiting_msg {
|
||||
font-size: 0.7rem;
|
||||
letter-spacing: 0.06em;
|
||||
color: rgba(var(--terUser), 0.8);
|
||||
text-align: center;
|
||||
margin: 0.4rem 0 0;
|
||||
animation: hex-wait-pulse 2.4s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes hex-wait-pulse {
|
||||
0%, 100% { opacity: 0.75; }
|
||||
50% { opacity: 0.3; }
|
||||
}
|
||||
|
||||
.table-seat {
|
||||
position: absolute;
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user