Add option to stretch columns to available width (#3040)

This commit is contained in:
Claire
2025-04-13 16:00:11 +02:00
committed by GitHub
parent dd3b51c944
commit 0f2407b4c6
5 changed files with 22 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import { LOCAL_SETTING_CHANGE, LOCAL_SETTING_DELETE } from 'flavours/glitch/acti
import { STORE_HYDRATE } from 'flavours/glitch/actions/store';
const initialState = ImmutableMap({
fullwidth_columns: false,
stretch : true,
side_arm : 'none',
side_arm_reply_mode : 'keep',