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

@ -30,7 +30,7 @@
<instance-specific-panel v-if="showInstanceSpecificPanel" />
<features-panel v-if="!currentUser && showFeaturesPanel" />
<who-to-follow-panel v-if="currentUser && suggestionsEnabled" />
<div id="notifs-sidebar" />
<aside id="notifs-sidebar" />
</template>
</div>
<main