diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-05-25 21:27:00 +0200 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-11-19 15:31:27 -0600 |
commit | e9a90ca12a000b058a8ffa7d6876912cc36ec5cc (patch) | |
tree | b2489406ffaa9a4e89fc3b3d479e78b6e9b4bed9 /config/settings.yml | |
parent | f3d88f0c27d3f281444095aea2caa2ef303fb04c (diff) |
Add responsive panels to the single-column layout (#10820)
* Add responsive panels to the single-column layout * Fixes * Fix not being able to save the preference * Fix code style issues * Set max-height on the compose textarea and add a link to relationship manager
Diffstat (limited to 'config/settings.yml')
-rw-r--r-- | config/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/settings.yml b/config/settings.yml index 70aadd574..b0d3dfa3a 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -35,6 +35,7 @@ defaults: &defaults flavour: 'glitch' skin: 'default' aggregate_reblogs: true + advanced_layout: true notification_emails: follow: false reblog: false |