client: improve quick access

- default to opened sidebar
This commit is contained in:
geoffrey45
2021-12-25 20:36:28 +03:00
parent ff0381122e
commit dc4b87a942
8 changed files with 91 additions and 53 deletions
+2 -3
View File
@@ -191,13 +191,12 @@ td .artist {
tbody tr {
cursor: pointer;
transition: all 0.5s ease;
transition: all 0.1s ease;
&:hover {
& {
background-color: rgba(255, 174, 0, 0.534);
background-color: rgb(5, 80, 150);
}
transform: scale(0.99);
}
}
}