1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Merge pull request #986 from uhoreg/compact

enable useCompactLayout user setting an add a class when it's enabled
This commit is contained in:
Matthew Hodgson
2017-06-01 21:32:54 +01:00
committed by GitHub
3 changed files with 23 additions and 1 deletions

View File

@@ -79,11 +79,11 @@ const SETTINGS_LABELS = [
id: 'showTwelveHourTimestamps',
label: 'Show timestamps in 12 hour format (e.g. 2:30pm)',
},
/*
{
id: 'useCompactLayout',
label: 'Use compact timeline layout',
},
/*
{
id: 'useFixedWidthFont',
label: 'Use fixed width font',