1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2026-06-24 13:09:56 -04:00
This commit is contained in:
Stian
2025-04-10 13:56:19 +02:00
parent fab4697813
commit 847597fa5d

View File

@@ -1,6 +1,15 @@
/* Placement */
.qc-modal {top: 15vh !important;}
/* Styling */
.qc-modal .modal-wrapper {
color: var(--colorFgIntense) !important;
background-color: var(--colorBgAlphaBlur) !important;
backdrop-filter: var(--backgroundBlur);
border: 2px solid var(--colorAccentBgAlphaHeavy);
border-radius: var(--radius);
}
/* Width */
.quick-command-container, .quick-commands > div {width: 60vw !important;}
.quick-commands > div > div {max-width: 100% !important;}
@@ -10,20 +19,11 @@
.quick-commands {max-height: 100% !important;}
/* Transparency */
.quick-commands, .qc-entry {background-color: transparent !important;}
.quick-commands, .qc-entry {background-color: var(--colorBgAlphaHeavy) !important;}
/* Selected line */
.quick-command[data-selected] {background-color: var(--colorHighlightBg) !important;}
/* Styling */
.qc-modal > div {
color: var(--colorFgIntense) !important;
background-color: var(--colorBgAlphaBlur) !important;
backdrop-filter: var(--backgroundBlur);
border: 2px solid var(--colorAccentBgAlphaHeavy);
border-radius: var(--radius);
}
/* Hide scrollbar */
/***
.qc-modal ::-webkit-scrollbar-track,