Polish widget notification settings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user