add 3rd column for testing

This commit is contained in:
Absturztaube 2020-07-26 12:10:06 +02:00
parent 6a77b27a42
commit ee67b579c5

View file

@ -95,7 +95,6 @@
<instance-specific-panel v-if="showInstanceSpecificPanel" />
<features-panel v-if="!currentUser && showFeaturesPanel" />
<who-to-follow-panel v-if="currentUser && suggestionsEnabled" />
<notifications v-if="currentUser" />
</div>
</div>
</div>
@ -115,6 +114,20 @@
</div>
<router-view />
</div>
<div
class="sidebar-flexer mobile-hidden"
:style="sidebarAlign"
>
<div class="sidebar-bounds">
<div class="sidebar-scroller">
<div class="sidebar">
<div v-if="!isMobileLayout">
<notifications v-if="currentUser" />
</div>
</div>
</div>
</div>
</div>
<media-modal />
</div>
<chat-panel