1
0
Fork 0
forked from Kispi/Core

fix(webapp): remove max width in navigation bar
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Giesel 2023-07-03 12:05:39 +02:00
parent be3f71eb12
commit 9a092e9324

View file

@ -13,7 +13,7 @@
/>
<div class="drawer-content flex h-screen flex-col overflow-y-scroll bg-base-300">
<div
class="navbar top-0 max-w-7xl place-self-center shadow-lg"
class="navbar top-0 place-self-center shadow-lg"
:class="{
'lg:hidden': !hideNavigation,
}"