about summary refs log tree commit diff
path: root/app/views/layouts/application.html.haml
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-04-13 16:59:21 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:21 -0500
commit4c170d2a98e4a289ad40580785cbeb892bd68eab (patch)
tree25487ff89d96f7f04f14432228da1c8d114f5dee /app/views/layouts/application.html.haml
parentd033327136f99f52eb64171d0da75e19cfc46091 (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/application.html.haml')
-rwxr-xr-xapp/views/layouts/application.html.haml7
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