improve settings popout on main window

This commit is contained in:
Boof2015
2026-03-31 16:43:29 -04:00
parent afc26737cf
commit d8700173f5
6 changed files with 433 additions and 25 deletions
+7
View File
@@ -207,6 +207,13 @@ select {
box-shadow: 0 -16px 34px rgba(0, 0, 0, 0.34);
}
.prism-settings-region.is-hidden {
visibility: hidden;
pointer-events: none;
border-top-color: transparent;
box-shadow: none;
}
.app-banner-layer {
position: absolute;
top: 10px;