Media display improvements

- built in fullwidth styling
 - letterbox settings toggle
 - media no longer counts towards height when making toot-collapsing
measurements
This commit is contained in:
kibigo!
2017-06-30 02:15:18 -07:00
parent b525caf40a
commit ec2daae71c
11 changed files with 132 additions and 144 deletions

View File

@@ -19,6 +19,9 @@ const initialState = Immutable.fromJS({
preview_images : false,
},
},
media : {
letterbox : true,
},
});
const hydrate = (state, localSettings) => state.mergeDeep(localSettings);