🔨 Refactor layout for better responsiveness

- Adjust the header height for better UI responsiveness
- Improve layout for better user experience

[src/routes/+layout.svelte]
- Change the height of the header from `h-8` to `h-full max-h-8`
This commit is contained in:
Kiril Videlov 2023-03-03 15:28:09 +01:00
parent c56bf93ae6
commit 7db4f427bf

View File

@ -21,7 +21,7 @@
<div class="flex flex-col min-h-full max-h-full h-full bg-zinc-800 text-zinc-400">
<header
data-tauri-drag-region
class="flex flex-row items-center h-8 border-b select-none text-zinc-400 border-zinc-700 bg-zinc-900 "
class="flex flex-row items-center h-full max-h-8 border-b select-none text-zinc-400 border-zinc-700 bg-zinc-900 "
>
<div class="ml-24">
<BackForwardButtons />