Enable mobile theme editing
This commit is contained in:
parent
589d2ef254
commit
ce24132c33
10 changed files with 22 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ const APPEARANCE_SETTINGS_KEYS = new Set([
|
|||
'sidebarColumnWidth',
|
||||
'contentColumnWidth',
|
||||
'notifsColumnWidth',
|
||||
'themeEditorMinWidth',
|
||||
'textSize',
|
||||
'navbarSize',
|
||||
'panelHeaderSize',
|
||||
|
|
|
|||
|
|
@ -121,6 +121,7 @@ export const defaultState = {
|
|||
sidebarColumnWidth: '25rem',
|
||||
contentColumnWidth: '45rem',
|
||||
notifsColumnWidth: '25rem',
|
||||
themeEditorMinWidth: undefined, // instance default
|
||||
emojiReactionsScale: undefined,
|
||||
textSize: undefined, // instance default
|
||||
emojiSize: undefined, // instance default
|
||||
|
|
|
|||
|
|
@ -112,6 +112,7 @@ const defaultState = {
|
|||
emojiSize: '2.2rem',
|
||||
navbarSize: '3.5rem',
|
||||
panelHeaderSize: '3.2rem',
|
||||
themeEditorMinWidth: '0rem',
|
||||
forcedRoundness: -1,
|
||||
fontsOverride: {},
|
||||
virtualScrolling: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue