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:
@@ -60,6 +60,7 @@ html:has(.gate-backdrop) {
|
||||
overscroll-behavior: contain;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
pointer-events: none;
|
||||
margin-top: 5rem;
|
||||
}
|
||||
|
||||
.launch-game-btn {
|
||||
@@ -89,7 +90,7 @@ html:has(.gate-backdrop) {
|
||||
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)
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user