Make user panel and notification <aside>

This commit is contained in:
tusooa 2022-11-08 00:23:08 -05:00
commit 771933183b
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
3 changed files with 5 additions and 5 deletions

View file

@ -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"