forked from matrix/element-web
Move compact layout to labs
This commit is contained in:
parent
bf174e3f0f
commit
6870eaff09
|
@ -31,7 +31,8 @@
|
|||
"feature_custom_status": "labs",
|
||||
"feature_custom_tags": "labs",
|
||||
"feature_state_counters": "labs",
|
||||
"feature_irc_ui": "labs"
|
||||
"feature_irc_ui": "labs",
|
||||
"feature_compact_modern_layout": "labs"
|
||||
},
|
||||
"default_federate": true,
|
||||
"default_theme": "light",
|
||||
|
|
|
@ -107,3 +107,7 @@ be missing critical features - please use at your own risk, though do report bug
|
|||
Adds an option to change the message layout to an IRC style ` timestamp | avatar
|
||||
| name | message `
|
||||
|
||||
## Compact Group Layout (`feature_compact_modern_layout`)
|
||||
|
||||
Adds the option to reduce space between messages in the Modern layout.
|
||||
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
"feature_presence_in_room_list": "labs",
|
||||
"feature_custom_themes": "labs",
|
||||
"feature_new_room_list": "labs",
|
||||
"feature_irc_ui": "labs"
|
||||
"feature_irc_ui": "labs",
|
||||
"feature_compact_modern_layout": "labs"
|
||||
},
|
||||
"piwik": {
|
||||
"url": "https://piwik.riot.im/",
|
||||
|
|
Loading…
Reference in New Issue