mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
Changes to QC tweaks
This commit is contained in:
@@ -1,30 +1,31 @@
|
||||
/* QC Height and Width */
|
||||
.qc-modal {top: 20vh !important;}
|
||||
.quick-command-container, .quick-command-container .quick-commands > div {width:60vw !important; }
|
||||
.quick-command-container .quick-commands > div > div {max-width: 100% !important;}
|
||||
.quick-commands {max-height: 100% !important;}
|
||||
.quick-commands > div {height: 60vh !important;}
|
||||
/* QC Placement */
|
||||
.qc-modal {top: 15vh !important;}
|
||||
|
||||
/* QC Width */
|
||||
.quick-command-container, .quick-commands > div {width: 60vw !important;}
|
||||
.quick-commands > div > div {max-width: 100% !important;}
|
||||
|
||||
/* QC Height */
|
||||
.quick-commands > div {height: 60vh !important;}
|
||||
.quick-commands {max-height: 100% !important;}
|
||||
|
||||
/* QC Transparency */
|
||||
.quick-commands, input.quick-command-search-hint {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.quick-commands, input.quick-command-search-hint {background-color: transparent !important;}
|
||||
|
||||
/* Selected line */
|
||||
.quick-command[data-selected] {background-color: var(--colorHighlightBgAlpha) !important;}
|
||||
|
||||
.quick-commands .quick-command[data-selected] {
|
||||
background-color: var(--colorHighlightBgAlpha) !important;
|
||||
}
|
||||
.qc-modal > div {
|
||||
color: var(--colorFgIntense) !important;
|
||||
background-color: var(--colorBgAlphaHeavy) !important;
|
||||
backdrop-filter: blur(5px);
|
||||
color: var(--colorFgIntense) !important;
|
||||
background-color: var(--colorBgAlphaBlur) !important;
|
||||
backdrop-filter: var(--backgroundBlur);
|
||||
border: 2px solid var(--colorHighlightBgAlpha);
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
.qc-modal ::-webkit-scrollbar-track, .qc-modal ::-webkit-scrollbar-thumb {
|
||||
background-color: var(--colorBgAlphaHeavier) !important;
|
||||
}
|
||||
|
||||
/* Hide scrollbar */
|
||||
.qc-modal ::-webkit-scrollbar-track,
|
||||
.qc-modal ::-webkit-scrollbar-thumb,
|
||||
.qc-modal ::-webkit-scrollbar-button {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user