From acece527e8e1c8642d692d6c814c15db1575876d Mon Sep 17 00:00:00 2001 From: BeardedBear Date: Sat, 21 Mar 2026 21:05:34 +0100 Subject: [PATCH] fix(styles): Use dynamic viewport height (dvh) for UI Replace vh with dvh for dialogs, frames, player and the loading container to prevent layout jumps on mobile when browser chrome (address bar/toolbars) show or hide. Include minor template formatting cleanup from lint autofixes. --- index.html | 10 +++++++--- src/components/dialog/AlbumVariants.vue | 22 +++++++--------------- src/components/dialog/DialogWrap.vue | 19 +++++++------------ src/components/frame/FrameIndex.vue | 17 ++++++----------- src/components/player/PlayerSlideUp.vue | 7 +++---- 5 files changed, 30 insertions(+), 45 deletions(-) diff --git a/index.html b/index.html index 9909908c..ec9e4604 100644 --- a/index.html +++ b/index.html @@ -28,14 +28,18 @@ property="og:description" content="Experimental Spotify client with album collection feature (and more)..." /> - +