feat: search field

This commit is contained in:
2024-07-22 00:40:40 +03:00
parent 16d631423c
commit f53c36bea4
8 changed files with 108 additions and 33 deletions

View File

@@ -5,3 +5,6 @@
z-index: 20;
position: fixed;
}
.profile-menu {
transition: max-height 0.3s ease-in-out;
}