fix: zen mode on refresh
This commit is contained in:
parent
680b3493b3
commit
bef1371516
5 changed files with 18 additions and 14 deletions
|
@ -13,7 +13,7 @@ const showUserPicker = logicAnd(
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div h-full :class="{ zen: userSettings.zenMode }">
|
||||
<div h-full>
|
||||
<main flex w-full mxa lg:max-w-80rem>
|
||||
<aside class="hidden sm:flex w-1/8 md:w-1/6 lg:w-1/5 xl:w-1/4 justify-end xl:me-4 zen-hide" relative>
|
||||
<div sticky top-0 w-20 xl:w-100 h-screen flex="~ col" lt-xl-items-center>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue