Polish widget notification settings

This commit is contained in:
rajchales-monito
2026-07-23 23:34:18 +02:00
parent 4125a512ad
commit a303d10c9e
4 changed files with 51 additions and 7 deletions
-4
View File
@@ -287,10 +287,6 @@
.mf-launcher span:before { transform: translateY(-8px); }
.mf-launcher span:after { transform: translateY(5px); width: 18px; }
.mf-launcher.mf-notify { animation: mfPulse 1.15s ease-out infinite; }
.mf-launcher.mf-notify:after {
position: absolute; top: 5px; right: 5px; width: 13px; height: 13px; border-radius: 50%;
background: #ff3b30; border: 2px solid ${c.surface}; content: "";
}
.mf-panel {
position: fixed; z-index: 2147483001; ${desktop.side}: ${desktop.sideOffsetPx}px; bottom: ${desktop.bottomPx + 72}px;
width: min(${desktop.widthPx}px, calc(100vw - 24px)); max-height: min(680px, calc(100vh - 110px)); display: none;