mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +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:
@@ -10,33 +10,27 @@ input[type="range"] {
|
||||
&::-webkit-slider-thumb {
|
||||
-webkit-appearance: none;
|
||||
|
||||
height: 0.9rem;
|
||||
width: 0.9rem;
|
||||
border-radius: 0 50% 50% 0;
|
||||
height: 0;
|
||||
width: 0.8rem;
|
||||
border-radius: 50%;
|
||||
background: $accent;
|
||||
}
|
||||
|
||||
&::-moz-range-thumb {
|
||||
-webkit-appearance: none;
|
||||
height: 0rem;
|
||||
|
||||
height: 0;
|
||||
border-radius: 50%;
|
||||
background: $accent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&::-moz-range-thumb {
|
||||
height: .8rem;
|
||||
}
|
||||
}
|
||||
|
||||
&::-ms-thumb {
|
||||
-webkit-appearance: none;
|
||||
display: none;
|
||||
|
||||
height: 0.9rem;
|
||||
width: 0.9rem;
|
||||
border-radius: 0 50% 50% 0;
|
||||
height: 0;
|
||||
width: 0.8rem;
|
||||
border-radius: 50%;
|
||||
background: $accent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
@@ -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