Fix left navigation in layouts when on a tablet sized resolution
This commit is contained in:
parent
ddc2124ae8
commit
2820b6adef
|
@ -62,7 +62,7 @@
|
|||
<div
|
||||
class="layout layout--{typeClass}"
|
||||
use:styleable={$component.styles}
|
||||
class:desktop={!$context.device.mobile && !$context.device.tablet}
|
||||
class:desktop={!$context.device.mobile}
|
||||
class:mobile={!!$context.device.mobile}
|
||||
>
|
||||
{#if typeClass !== "none"}
|
||||
|
|
Loading…
Reference in New Issue