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

This commit is contained in:
Claire
2025-04-15 13:57:49 +02:00
committed by GitHub
parent 8bfbf2abaf
commit 1ce0733cac
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',