From 4c170d2a98e4a289ad40580785cbeb892bd68eab Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sat, 13 Apr 2019 16:59:21 -0500 Subject: Add options to increase size and spacing of context menus and to gently the kobolds. Also allow showing multiple user roles. --- app/views/layouts/application.html.haml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/views/layouts/application.html.haml') diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 158abc120..8533fba76 100755 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -52,5 +52,12 @@ span .caption { display: none } + - if current_account&.user&.setting_larger_menus + :css + .dropdown-menu__item a + { padding: 14px 14px !important; font-size: 14px !important } + .dropdown--active .dropdown__content > ul > li > a + { padding: 14px 0 !important; font-size: 14px !important } + %body{ class: body_classes } = content_for?(:content) ? yield(:content) : yield -- cgit