This commit is contained in:
Henry Jameson 2026-08-04 00:34:48 +03:00
commit 0745ccf995
7 changed files with 15 additions and 15 deletions

View file

@ -253,7 +253,7 @@ const extractStyleConfig = ({
contentColumnWidth,
notifsColumnWidth,
themeEditorMinWidth:
parseInt(themeEditorMinWidth) === 0 ? 'fit-content' : themeEditorMinWidth,
Number.parseInt(themeEditorMinWidth) === 0 ? 'fit-content' : themeEditorMinWidth,
emojiReactionsScale,
emojiSize,
navbarSize,