mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fixed minor bugs with ExtensionPopup not closing menus on close
This commit is contained in:
+16
-1
@@ -79,7 +79,7 @@ html {
|
||||
button {
|
||||
background: var(--background-primary) !important;
|
||||
height: auto;
|
||||
padding: 8px 16px !important;
|
||||
padding: 4px 16px !important;
|
||||
overflow: clip !important;
|
||||
|
||||
&.depressed {
|
||||
@@ -90,10 +90,25 @@ html {
|
||||
}
|
||||
}
|
||||
|
||||
.PillBox__PillBox___3GjAk {
|
||||
border-radius: 1rem;
|
||||
overflow: hidden;
|
||||
border: var(--background-secondary) 1px solid;
|
||||
|
||||
.PillBox__active___3Qpi9 {
|
||||
background: var(--background-secondary) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.legacy-root button:active, .legacy-root a:active {
|
||||
background-image: unset !important;
|
||||
}
|
||||
|
||||
.ace_editor {
|
||||
border-radius: 1rem;
|
||||
border-top: none !important;
|
||||
}
|
||||
|
||||
#main > .dashboard {
|
||||
grid-template-columns: repeat(autofit, minmax(200px, 400px)) !important;
|
||||
background: unset;
|
||||
|
||||
Reference in New Issue
Block a user