stuff idk
This commit is contained in:
@ -35,4 +35,9 @@
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
@-moz-document url-prefix() {
|
||||
.bookmarkletdiv {
|
||||
backdrop-filter: blur(0);
|
||||
}
|
||||
}
|
||||
@ -72,4 +72,9 @@ game img {
|
||||
}
|
||||
body {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
@-moz-document url-prefix() {
|
||||
game {
|
||||
backdrop-filter: blur(0);
|
||||
}
|
||||
}
|
||||
@ -48,4 +48,9 @@
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
margin: 12px;
|
||||
}
|
||||
@-moz-document url-prefix() {
|
||||
#gamecontainer {
|
||||
backdrop-filter: blur(0);
|
||||
}
|
||||
}
|
||||
@ -168,4 +168,9 @@ input[type=text]::placeholder, input[type=password]::placeholder {
|
||||
}
|
||||
input[type=checkbox] {
|
||||
margin: 4px;
|
||||
}
|
||||
@-moz-document url-prefix() {
|
||||
#popup {
|
||||
backdrop-filter: blur(0);
|
||||
}
|
||||
}
|
||||
@ -135,4 +135,9 @@ result p {
|
||||
max-width: 50%;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix() {
|
||||
section {
|
||||
backdrop-filter: blur(0);
|
||||
}
|
||||
}
|
||||
@ -21,4 +21,9 @@ sections {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
@-moz-document url-prefix() {
|
||||
section {
|
||||
backdrop-filter: blur(0);
|
||||
}
|
||||
}
|
||||
@ -47,4 +47,9 @@
|
||||
}
|
||||
.pages-btn {
|
||||
margin: 6px;
|
||||
}
|
||||
@-moz-document url-prefix() {
|
||||
.users {
|
||||
backdrop-filter: blur(0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user