refactor(ui): better CTAs, expanded app bar

This commit is contained in:
liyasthomas
2021-08-16 00:38:57 +05:30
parent d462242927
commit c2ae333a12
6 changed files with 74 additions and 19 deletions

View File

@@ -1,6 +1,9 @@
<template>
<div class="flex h-screen w-screen">
<Splitpanes :dbl-click-splitter="false" horizontal>
<Pane v-if="!ZEN_MODE" style="height: auto">
<AppHeader />
</Pane>
<Pane class="flex flex-1 hide-scrollbar !overflow-auto">
<Splitpanes
:dbl-click-splitter="false"
@@ -15,9 +18,6 @@
</Pane>
<Pane class="flex flex-1 hide-scrollbar !overflow-auto">
<Splitpanes :dbl-click-splitter="false" horizontal>
<Pane v-if="!ZEN_MODE" style="height: auto">
<AppHeader />
</Pane>
<Pane class="flex flex-1 hide-scrollbar !overflow-auto">
<main class="flex flex-1 w-full">
<nuxt class="flex flex-1" />