1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

fix: fixes terminal height on mobile (#4288)

This commit is contained in:
Amir Raminfar
2025-12-12 16:15:12 -08:00
committed by GitHub
parent 8000b6c14e
commit 529fb3ad6d

View File

@@ -1,5 +1,5 @@
<template>
<aside class="flex h-[calc(100vh-50px)] flex-col gap-2">
<aside class="flex h-[calc(100svh-50px)] flex-col gap-2">
<header class="flex items-center gap-4">
<material-symbols:terminal class="size-8" />
<h1 class="text-2xl max-md:hidden">{{ container.name }}</h1>