mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Merge pull request #367 from Jaxx7594/bar
fix: Incorrect styling due to SEQTA update
This commit is contained in:
@@ -57,7 +57,8 @@ select {
|
||||
transition: 200ms;
|
||||
background: var(--auto-background) !important;
|
||||
}
|
||||
* {
|
||||
:root * {
|
||||
font-family: Rubik, sans-serif !important;
|
||||
--theme-fg-parts: white;
|
||||
}
|
||||
.extension-editor {
|
||||
@@ -824,7 +825,7 @@ div > ol:has(.uiFileHandlerWrapper) {
|
||||
min-height: 128px !important;
|
||||
}
|
||||
.student #menu > ul::before {
|
||||
background-image: var(--betterseqta-logo);
|
||||
background-image: var(--betterseqta-logo) !important;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
@@ -1043,8 +1044,8 @@ html.transparencyEffects
|
||||
display: none;
|
||||
}
|
||||
#title {
|
||||
background: var(--background-primary);
|
||||
color: var(--text-primary);
|
||||
background: var(--background-primary) !important;
|
||||
color: var(--text-primary) !important;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-right: 56px !important;
|
||||
|
||||
Reference in New Issue
Block a user