fixed minor bugs with ExtensionPopup not closing menus on close

This commit is contained in:
SethBurkart123
2023-11-29 07:06:24 +11:00
parent e3b381f85e
commit 6744069254
3 changed files with 22 additions and 2 deletions
+16 -1
View File
@@ -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;