diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-08-22 21:32:31 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-08-22 21:32:31 +0000 |
| commit | 8e97a40c700797819bf92c61398daff230404228 (patch) | |
| tree | f5b529fa4acea50092db7229724cbd02f845928b /src/App.vue | |
| parent | 4e2feae8686c7ff7cbaec35d0c8e07f0a696c2dd (diff) | |
| parent | a29835375a62549410a7df7922f8eb3f9b391487 (diff) | |
Merge branch 'allow-application-width-configuration' into 'develop'
Allow application width configuration
See merge request pleroma/pleroma-fe!1533
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" |
