fix: ui with headers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user