From dfbc2fc51862157e095dbd42c90979c3877a0161 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 15 Apr 2019 19:41:03 -0500 Subject: Add options to increase size and spacing of action buttons and width of compose drawer. --- app/views/settings/preferences/show.html.haml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/settings/preferences') diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml index f3ae65c94..945384204 100644 --- a/app/views/settings/preferences/show.html.haml +++ b/app/views/settings/preferences/show.html.haml @@ -59,6 +59,8 @@ = f.input :setting_system_font_ui, as: :boolean, wrapper: :with_label = f.input :setting_hide_captions, as: :boolean, wrapper: :with_label = f.input :setting_larger_menus, as: :boolean, wrapper: :with_label + = f.input :setting_larger_buttons, as: :boolean, wrapper: :with_label + = f.input :setting_larger_drawer, as: :boolean, wrapper: :with_label .fields-group = f.input :setting_unfollow_modal, as: :boolean, wrapper: :with_label -- cgit