diff options
| author | Alexander Tumin <iamtakingiteasy@eientei.org> | 2022-08-17 02:33:39 +0300 |
|---|---|---|
| committer | Alexander Tumin <iamtakingiteasy@eientei.org> | 2022-08-17 09:49:52 +0300 |
| commit | a29835375a62549410a7df7922f8eb3f9b391487 (patch) | |
| tree | 948f11bc455a66677bd49b969f647c46663ef836 /src/App.vue | |
| parent | 258b5e6be2358af013a8308e0994aa4264ace066 (diff) | |
Allow column width configuration: allow stretching navbar with columns
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index c741aa70..1f96efe8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,7 +8,10 @@ class="app-bg-wrapper" /> <MobileNav v-if="layoutType === 'mobile'" /> - <DesktopNav v-else /> + <DesktopNav + v-else + :class="navClasses" + /> <Notifications v-if="currentUser" /> <div id="content" |
