mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-27 03:22:15 +03:00
🔨 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:
parent
c56bf93ae6
commit
7db4f427bf
@ -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 />
|
||||
|
Loading…
Reference in New Issue
Block a user