summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-06-09 13:03:15 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-06-09 13:03:15 -0400
commit1fe91cdab750ea80cb2b58f4043cc028b6906022 (patch)
tree6974c09a4726f20be29c5f684536b524cb0cbaf2
parentmerge: Reduce log spam (!1004) (diff)
downloadsharkey-1fe91cdab750ea80cb2b58f4043cc028b6906022.tar.gz
sharkey-1fe91cdab750ea80cb2b58f4043cc028b6906022.tar.bz2
sharkey-1fe91cdab750ea80cb2b58f4043cc028b6906022.zip
fix _spacer CSS on FireFox
-rw-r--r--packages/frontend/src/style.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss
index d5abe9166f..1333b227f3 100644
--- a/packages/frontend/src/style.scss
+++ b/packages/frontend/src/style.scss
@@ -211,7 +211,9 @@ rt {
max-width: min(var(--MI_SPACER-w, 100%), calc(100% - (var(--MI_SPACER-max, 24px) * 2)));
margin: var(--MI_SPACER-max, 24px) auto;
container-type: inline-size;
+}
+._spacer > * {
/* 子に継承させない */
--MI_SPACER-w: initial;
--MI_SPACER-min: initial;