chore: minor fixes and improvements

This commit is contained in:
liyasthomas
2021-08-24 13:45:11 +05:30
parent 12c28f4efc
commit c5f8ab3394
15 changed files with 129 additions and 108 deletions

View File

@@ -11,7 +11,6 @@
:horizontal="!(windowInnerWidth >= 768)"
>
<Pane
v-if="LEFT_SIDEBAR"
style="width: auto; height: auto"
class="hide-scrollbar !overflow-auto"
>
@@ -120,7 +119,6 @@ export default defineComponent({
updateThemes()
return {
LEFT_SIDEBAR: useSetting("LEFT_SIDEBAR"),
ZEN_MODE: useSetting("ZEN_MODE"),
}
},