Merge branch 'feat/sidebar-alignment' into 'develop'

[#765] Permit sidebar alignment with instance configuration option

See merge request pleroma/pleroma-fe!1106
This commit is contained in:
Shpuld Shpludson 2020-05-20 15:42:42 +00:00
commit a8e9c05f09
4 changed files with 12 additions and 2 deletions

View file

@ -35,6 +35,7 @@ const defaultState = {
scopeCopy: true,
showFeaturesPanel: true,
showInstanceSpecificPanel: false,
sidebarRight: false,
subjectLineBehavior: 'email',
theme: 'pleroma-dark',