mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-17 19:37:35 +08:00
fix app mode margin
This commit is contained in:
@@ -377,8 +377,8 @@ onMounted(() => {
|
||||
:items="[...dirs, ...files]"
|
||||
:style="
|
||||
appMode
|
||||
? 'height: calc(100vh - 15rem - env(safe-area-inset-bottom) - 3.5rem)'
|
||||
: 'height: calc(100vh - 14rem - env(safe-area-inset-bottom)'
|
||||
? 'height: calc(100vh - 15.5rem - env(safe-area-inset-bottom) - 3.5rem)'
|
||||
: 'height: calc(100vh - 14.5rem - env(safe-area-inset-bottom)'
|
||||
"
|
||||
>
|
||||
<template #default="{ item }">
|
||||
|
||||
Reference in New Issue
Block a user