fix SCSS warning
This commit is contained in:
parent
fdad036912
commit
a16d7e1e75
|
@ -33,12 +33,12 @@
|
|||
--MI-minBottomSpacingMobile: calc(72px + max(12px, env(safe-area-inset-bottom, 0px)));
|
||||
--MI-minBottomSpacing: var(--MI-minBottomSpacingMobile);
|
||||
|
||||
--MI-avatar: 48px;
|
||||
--MI-thread-width: 2px;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
--MI-margin: var(--MI-marginHalf);
|
||||
}
|
||||
|
||||
--MI-avatar: 48px;
|
||||
--MI-thread-width: 2px;
|
||||
}
|
||||
|
||||
html.radius-misskey {
|
||||
|
|
Loading…
Reference in New Issue