added back backdrop blur, fixed button size issue

This commit is contained in:
Wehi
2023-05-11 02:46:30 +02:00
parent 878dfed932
commit ce78bf69aa
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,8 @@ select:focus {
margin: 0;
padding: 0;
backdrop-filter: blur(10px);
box-shadow: inset 0px -150px 96px -85px rgba(0,0,0,0.43);
}

View File

@@ -22,7 +22,6 @@
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
font-size: 24px;
font-weight: 500;
width: 20%;
}
#serverControls {