summaryrefslogtreecommitdiff
path: root/src/client/style.scss
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-14 02:12:46 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-04-14 02:12:46 +0900
commit3db37e1d52e7253c02ccc1608196d067edf96bf0 (patch)
treecff68484911f354b182aa48bedf04e4e94b505e1 /src/client/style.scss
parentTweak UI (diff)
downloadsharkey-3db37e1d52e7253c02ccc1608196d067edf96bf0.tar.gz
sharkey-3db37e1d52e7253c02ccc1608196d067edf96bf0.tar.bz2
sharkey-3db37e1d52e7253c02ccc1608196d067edf96bf0.zip
Tweak UI
Diffstat (limited to 'src/client/style.scss')
-rw-r--r--src/client/style.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/style.scss b/src/client/style.scss
index b11c3103cd..e9c28f1827 100644
--- a/src/client/style.scss
+++ b/src/client/style.scss
@@ -249,10 +249,6 @@ hr {
margin: var(--margin) 0;
}
-._magnet {
- margin-bottom: calc(var(--margin) * -1);
-}
-
._gap {
margin: var(--margin) 0;
}
@@ -370,6 +366,10 @@ hr {
border-radius: var(--radius);
}
+ ._magnet {
+ margin-bottom: calc(var(--margin) * -1);
+ }
+
@media (max-width: 500px) {
._root {
--root-margin: 0;