feat(ui): improve header of pages

This commit is contained in:
Kaname
2022-09-10 00:16:49 +00:00
parent 9f813b7385
commit 33bb8d434d
9 changed files with 45 additions and 53 deletions

View File

@@ -199,4 +199,9 @@ a {
input {
@apply w-48 lg:w-96;
}
.header {
@apply flex flex-row px-4 justify-between items-center lg:fixed w-full z-10 lg:-ml-16 lg:pl-20 p-5;
background-color: rgba(31, 30, 30, 0.6);
}