Make user panel and notification <aside>
This commit is contained in:
parent
d41e7a4c6d
commit
771933183b
3 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue