animate navigation list and logo

- move search main into right-sidebar > search
-
This commit is contained in:
geoffrey45
2022-05-25 16:36:04 +03:00
parent 99533b2baa
commit a99ea78118
14 changed files with 82 additions and 32 deletions
+5 -1
View File
@@ -84,7 +84,7 @@ function updateQueue(track: Track) {
.table {
width: 100%;
height: 100%;
overflow-y: auto;
overflow-y: hidden;
.current {
a {
@@ -141,6 +141,10 @@ function updateQueue(track: Track) {
}
.songlist {
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
.context-on {
background-color: $gray4;
color: $white !important;