summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-10-17 23:49:17 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-10-17 23:49:17 +0900
commit2d96af1255f8f2a3cf183fc8c3e430d2d5e0eec8 (patch)
tree5d24b0e00225281d4a0e9d564349b143e1ff0e78 /src
parentClean up (diff)
downloadsharkey-2d96af1255f8f2a3cf183fc8c3e430d2d5e0eec8.tar.gz
sharkey-2d96af1255f8f2a3cf183fc8c3e430d2d5e0eec8.tar.bz2
sharkey-2d96af1255f8f2a3cf183fc8c3e430d2d5e0eec8.zip
Remove needless margin
Diffstat (limited to 'src')
-rw-r--r--src/client/ui/default.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/ui/default.vue b/src/client/ui/default.vue
index 5eeee0a667..754ed72c8d 100644
--- a/src/client/ui/default.vue
+++ b/src/client/ui/default.vue
@@ -293,6 +293,10 @@ export default defineComponent({
> .spacer {
height: 82px;
+
+ @media (min-width: ($widgets-hide-threshold + 1px)) {
+ display: none;
+ }
}
}
}