fix: ui with headers

This commit is contained in:
Kaname
2022-09-10 17:23:55 +00:00
parent 1917091338
commit 9e3c14841a
13 changed files with 18 additions and 19 deletions

View File

@@ -202,8 +202,5 @@ input {
}
.header {
@apply flex flex-row px-4 justify-between items-center lg:fixed p-5 pl-20 z-10;
background-color: rgba(31, 30, 30, 0.6);
backdrop-filter: blur(20px);
width: 100%;
@apply flex flex-row px-4 justify-between items-center bg-neutral-focus z-10 w-full;
}