forked from AkkomaGang/akkoma-fe
move features panel to the right
This commit is contained in:
parent
ee67b579c5
commit
2e2a261e3d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue