cleaned up a bit

This commit is contained in:
2023-06-04 18:24:40 +01:00
parent 98f5fe3d38
commit 82954be0be
2 changed files with 5 additions and 7 deletions

View File

@@ -64,7 +64,6 @@
display: flex; display: flex;
padding: 0; padding: 0;
overflow: hidden; overflow: hidden;
z-index: 2;
background-color: rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.25);
-webkit-backdrop-filter: blur(2.5px); -webkit-backdrop-filter: blur(2.5px);
@@ -120,7 +119,6 @@
border-radius: 0px 0px 10px 10px; border-radius: 0px 0px 10px 10px;
padding: 16px; padding: 16px;
position: fixed; position: fixed;
z-index: 1;
left: 50%; left: 50%;
top: 45px; top: 45px;
font-size: 20px; font-size: 20px;