mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
default to qeueu tab in right sidebar
- fix progress bar issue on chrome - fix image not showing on media notification
This commit is contained in:
@@ -53,6 +53,7 @@ function playThis(track: Track) {
|
||||
height: 100%;
|
||||
padding: $small;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
scrollbar-color: grey transparent;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,7 +40,6 @@ const props = defineProps<{
|
||||
|
||||
&:hover {
|
||||
background-color: $accent;
|
||||
border: 1px solid transparent;
|
||||
|
||||
.h {
|
||||
background-color: $black;
|
||||
|
||||
Reference in New Issue
Block a user