restored position circles to their top attr value to avoid old clipping-under-h2 issue; pushed down gatekeeper modal in room.html

This commit is contained in:
Disco DeDisco
2026-04-05 18:32:45 -04:00
parent 2028f1a544
commit fecb1fddca

View File

@@ -60,6 +60,7 @@ html:has(.gate-backdrop) {
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
pointer-events: none;
margin-top: 5rem;
}
.launch-game-btn {
@@ -88,8 +89,8 @@ html:has(.gate-backdrop) {
text-justify: inter-character;
text-transform: uppercase;
text-shadow:
1px 1px 0 rgba(255, 255, 255, 0.125), // highlight (up-left)
-0.125rem -0.125rem 0 rgba(0, 0, 0, 0.8) // shadow (down-right)
1px 1px 0 rgba(255, 255, 255, 0.125), // highlight (up-left)
var(--title-shadow-offset) var(--title-shadow-offset) 0 rgba(0, 0, 0, 0.8) // shadow (down-right)
;
span {
@@ -320,7 +321,7 @@ html:has(.gate-backdrop) .position-strip .gate-slot button { pointer-events: aut
.position-strip {
position: absolute;
top: 0;
top: 1rem;
left: 0;
right: 0;
z-index: 130;