diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-04-13 16:59:21 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:21 -0500 |
commit | 4c170d2a98e4a289ad40580785cbeb892bd68eab (patch) | |
tree | 25487ff89d96f7f04f14432228da1c8d114f5dee /app/views/layouts | |
parent | d033327136f99f52eb64171d0da75e19cfc46091 (diff) |
Add options to increase size and spacing of context menus and to gently the kobolds. Also allow showing multiple user roles.
Diffstat (limited to 'app/views/layouts')
-rwxr-xr-x | app/views/layouts/application.html.haml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |