move features panel to the right

This commit is contained in:
Absturztaube 2020-07-26 12:15:00 +02:00
parent ee67b579c5
commit 2e2a261e3d
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,6 @@
<div v-if="!isMobileLayout">
<nav-panel />
<instance-specific-panel v-if="showInstanceSpecificPanel" />
<features-panel v-if="!currentUser && showFeaturesPanel" />
<who-to-follow-panel v-if="currentUser && suggestionsEnabled" />
</div>
</div>
@ -123,6 +122,7 @@
<div class="sidebar">
<div v-if="!isMobileLayout">
<notifications v-if="currentUser" />
<features-panel v-if="!currentUser && showFeaturesPanel" />
</div>
</div>
</div>