Updated files

This commit is contained in:
Stian
2026-02-21 13:19:41 +01:00
parent 7ece5bcab7
commit ca664e35ea
7 changed files with 46 additions and 37 deletions
+25
View File
@@ -0,0 +1,25 @@
/* Placement */
.qc-modal {top: 15vh !important;}
/* Width + Height */
.quick-command-container {width: 60vw !important;}
.quick-commands .VivaldiList {height: 60vh !important;}
/* Transparency */
.qc-entry, .quick-commands {background-color: var(--colorBgAlphaHeavy) !important;}
/* Selected line */
.quick-command[data-selected] {background-color: var(--colorHighlightBg) !important;}
/* Styling */
.qc-modal .modal-wrapper {
color: var(--colorFgIntense) !important;
background-color: var(--colorBgAlphaBlur) !important;
backdrop-filter: blur(3px);
border: 2px solid var(--colorAccentBgAlphaHeavy);
}
/* Quick command URL */
.quick-command-url {
opacity: 1 !important;
}