#basic modal settings thing
1 messages · Page 1 of 1 (latest)
if you want a better close button you can also add this
.c2b141c0f80863fb-keybind {
display: none;
}
.c2b141c0f80863fb-closeButton {
position: absolute;
left: calc(100% + 93px);
top: -32px; /* change to 0px if the close button is in the wrong place */
border: 0;
}
.\_23e6b439306f125a-toolsContainer {
padding: 0;
border: 0;
}
.c2b141c0f80863fb-closeButton:hover {
background-color: transparent;
}
.c2b141c0f80863fb-closeButton::before {
content: "";
position: absolute;
width: 65%;
aspect-ratio: 1;
background-color: color-mix(in oklab, var(--neutral-16) 25%, var(--custom-theme-text-color, #000) var(--custom-theme-text-color-amount, 0%));
border-radius: 100%;
}
.c2b141c0f80863fb-closeButton:hover::before {
background-color: color-mix(in oklab, var(--neutral-1) 25%, var(--custom-theme-text-color, #000) var(--custom-theme-text-color-amount, 0%));
}
This doesn't work for me. I don't have [data-layer="USER_SETTINGS"]
enable this plugin
I have it enabled. For me it's [name="USER_SETTINGS"]
where picture
does not work with midnight
new experiment that does this dropped
the one from a couple months ago?
time is relative