aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2022-11-08 00:37:22 -0500
committertusooa <tusooa@kazv.moe>2022-11-08 00:37:22 -0500
commita34bea75a808de9841f616896ebb630972475707 (patch)
tree9f836f6c110c573d39f944171eb1726637209af5 /src/App.vue
parent771933183be07d84f06103338f8b6b7c4ed282da (diff)
Handle properly 2-col and 3-col desktop notifications
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 12b4f61b..8dad8ce9 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -30,7 +30,7 @@
<instance-specific-panel v-if="showInstanceSpecificPanel" />
<features-panel v-if="!currentUser && showFeaturesPanel" />
<who-to-follow-panel v-if="currentUser && suggestionsEnabled" />
- <aside id="notifs-sidebar" />
+ <div id="notifs-sidebar" />
</template>
</div>
<main