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:
geoffrey45
2022-05-11 20:37:52 +03:00
parent afaee8ec57
commit 9432332243
10 changed files with 42 additions and 32 deletions
+8 -14
View File
@@ -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;
}
+2 -4
View File
@@ -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 {