all repos — stealth-developers @ b525b3ee0ba65406eb1105c23533d3aae33d136b

feat(frontend): use dvh
vi did:web:vt3e.cat
Sat, 09 May 2026 03:57:50 +0100
commit

b525b3ee0ba65406eb1105c23533d3aae33d136b

parent

50447c924ecc38d8496b3533fb7a4ed9a510c20f

2 files changed, 4 insertions(+), 4 deletions(-)

jump to
M frontend/src/App.vuefrontend/src/App.vue

@@ -68,7 +68,7 @@ flex-direction: row;

align-items: stretch; justify-content: flex-start; - height: 100vh; + height: 100dvh; padding: 0.5rem; gap: 0.5rem;

@@ -200,7 +200,7 @@ position: fixed;

top: 0; left: 0; width: 100vw; - height: 100vh; + height: 100dvh; background-color: rgba(0, 0, 0, 0.5); backdrop-filter: blur(8px); z-index: 10;

@@ -218,7 +218,7 @@ position: fixed;

top: 0; left: -250px; width: 250px; - height: 100vh; + height: 100dvh; background-color: hsla(var(--crust)); z-index: 20; padding: 0.5rem;
M frontend/src/css/index.cssfrontend/src/css/index.css

@@ -65,7 +65,7 @@ -webkit-font-smoothing: antialiased;

-moz-osx-font-smoothing: grayscale; #app { - height: 100vh; + height: 100dvh; } }