mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
Improve usability
This commit is contained in:
parent
776d93546b
commit
89f0a8c864
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="notifications" v-if="showNotifications">
|
<div class="notifications" v-if="showNotifications">
|
||||||
<header>
|
<header>
|
||||||
<button @click="$parent.isDrawerOpening = false"><fa icon="times"/></button>
|
<button @click="showNotifications = false"><fa icon="times"/></button>
|
||||||
</header>
|
</header>
|
||||||
<mk-notifications/>
|
<mk-notifications/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue