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:
@@ -17,6 +17,7 @@ body {
|
||||
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
overflow: hidden;
|
||||
image-rendering: -webkit-optimize-contrast;
|
||||
}
|
||||
|
||||
.heading {
|
||||
@@ -61,7 +62,6 @@ a {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.l-container {
|
||||
display: grid;
|
||||
grid-template-columns: min-content 1fr min-content;
|
||||
@@ -85,8 +85,6 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.gsearch-input {
|
||||
grid-area: search-input;
|
||||
border-left: solid 1px $gray3;
|
||||
@@ -164,7 +162,7 @@ a {
|
||||
}
|
||||
|
||||
.shadow-sm {
|
||||
box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.452);
|
||||
box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.452);
|
||||
}
|
||||
|
||||
.shadow-md {
|
||||
|
||||
Reference in New Issue
Block a user