#SettingsAsOverlay

1 messages · Page 1 of 1 (latest)

slate notch
versed raven
#

Thanks for sharing this, became one of my favorite themes!

Recently Nitro introduced a Shop page and accessing it requires turning off SettingsAsOverlay. Could the theme be made compatible with Nitro shop page? If not possible, no worries!

molten surge
#

with robust selectors:

/* Displays settings as a thread-like overlay on right side of main window */
[class*="baseLayer"][class*="stop-animations"] {
        opacity: 1 !important;
        transform: scale(1) !important;
}
[class*="layers"] > [class*="layer"]:not([class*="baseLayer"]) {
        background: transparent;
        pointer-events: none;
        align-items: flex-end;
}
[class*="standardSidebarView"] {
        flex-direction: row-reverse;
        left: unset;
        pointer-events: auto;
        box-shadow:var(--elevation-high);
}

[class*="sidebarRegion"],
[class*="sidebarRegion"] + [class*="contentRegion"] {
        flex: 0 0 auto;
}
slate notch
full tusk
#

it doesn't work anymore for me, should the selector be updated?

molten surge