Fix left navigation in layouts when on a tablet sized resolution

This commit is contained in:
Andrew Kingston 2021-09-10 15:13:48 +01:00
parent 05d2888ec6
commit 13bfc0212b
1 changed files with 1 additions and 1 deletions

View File

@ -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"}