diff options
Diffstat (limited to 'packages/frontend/src/ui/universal.vue')
| -rw-r--r-- | packages/frontend/src/ui/universal.vue | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/frontend/src/ui/universal.vue b/packages/frontend/src/ui/universal.vue index 3d74fc9ee3..fcc0b468e3 100644 --- a/packages/frontend/src/ui/universal.vue +++ b/packages/frontend/src/ui/universal.vue @@ -392,12 +392,6 @@ $widgets-hide-threshold: 1090px; } .spacer { - $widgets-hide-threshold: 1090px; - - height: calc(env(safe-area-inset-bottom, 0px) + 96px); - - @media (min-width: ($widgets-hide-threshold + 1px)) { - display: none; - } + height: calc(var(--minBottomSpacing)); } </style> |