forked from Kispi/Core
fix(webapp): remove max width in navigation bar
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
be3f71eb12
commit
9a092e9324
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
/>
|
/>
|
||||||
<div class="drawer-content flex h-screen flex-col overflow-y-scroll bg-base-300">
|
<div class="drawer-content flex h-screen flex-col overflow-y-scroll bg-base-300">
|
||||||
<div
|
<div
|
||||||
class="navbar top-0 max-w-7xl place-self-center shadow-lg"
|
class="navbar top-0 place-self-center shadow-lg"
|
||||||
:class="{
|
:class="{
|
||||||
'lg:hidden': !hideNavigation,
|
'lg:hidden': !hideNavigation,
|
||||||
}"
|
}"
|
||||||
|
|
Loading…
Reference in a new issue