jadefin/mods/VersionCheck.scss

26 lines
530 B
SCSS
Raw Permalink Normal View History

2024-03-01 21:01:22 +01:00
.headerExtrasMenu.headerButton > .versionCheck,
.actionsheetMenuItemIcon.hasVersionCheck > .versionCheck {
background: var(--versionCheckColor, deeppink);
position: absolute;
width: 0.5em;
height: 0.5em;
right: 0.5em;
bottom: 0.5em;
border-radius: 100%;
.osdHeader & {
display: none;
}
}
.actionsheetMenuItemIcon.hasVersionCheck {
position: relative;
> .versionCheck {
width: 0.35em;
height: 0.35em;
right: -0.125em;
bottom: -0.125em;
}
}