Fix inconsistent navbar padding
"Coolify" had pl-3 while the SwitchTeam element and the menu items below had px-2
This commit is contained in:
parent
fca1815216
commit
a35e2f427b
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
}
|
||||
}">
|
||||
<div class="flex pt-6 pb-4 pl-3">
|
||||
<div class="flex pt-6 pb-4 pl-2">
|
||||
<div class="flex flex-col w-full">
|
||||
<div class="text-2xl font-bold tracking-wide dark:text-white">Coolify</div>
|
||||
<x-version />
|
||||
|
|
|
|||
Loading…
Reference in a new issue