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
+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 {