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