summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-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;
+ }
}
}
}