assing a min height to navbar list

This commit is contained in:
Francesco Bruno
2024-05-05 17:09:22 +00:00
parent 296872d2e4
commit d81906d348
8 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
</div>
<div class="subtitle">{{ data_get($server, 'name') }}.</div>
<div class="navbar-main">
<nav class="flex gap-4 overflow-x-scroll items-center">
<nav class="flex gap-4 overflow-x-scroll items-center min-h-10">
<a class="{{ request()->routeIs('server.show') ? 'dark:text-white' : '' }}"
href="{{ route('server.show', [
'server_uuid' => data_get($parameters, 'server_uuid'),