aboutsummaryrefslogtreecommitdiff
path: root/src/components/mobile_nav/mobile_nav.vue
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2022-11-08 00:23:08 -0500
committertusooa <tusooa@kazv.moe>2022-11-08 00:23:08 -0500
commit771933183be07d84f06103338f8b6b7c4ed282da (patch)
tree02ba459fb3dc8ef6e4459a2fc26fc8203ee56c98 /src/components/mobile_nav/mobile_nav.vue
parentd41e7a4c6d23ae272097b12ecdf9062d82e378b6 (diff)
Make user panel and notification <aside>
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.vue')
-rw-r--r--src/components/mobile_nav/mobile_nav.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue
index ee360f80..6e732d1f 100644
--- a/src/components/mobile_nav/mobile_nav.vue
+++ b/src/components/mobile_nav/mobile_nav.vue
@@ -42,7 +42,7 @@
</button>
</div>
</nav>
- <div
+ <aside
v-if="currentUser"
class="mobile-notifications-drawer"
:class="{ '-closed': !notificationsOpen }"
@@ -83,7 +83,7 @@
ref="mobileNotifications"
@scroll="onScroll"
/>
- </div>
+ </aside>
<SideDrawer
ref="sideDrawer"
:logout="logout"