diff --git a/webapp/src/assets/less/variables.less b/webapp/src/assets/less/variables.less index f7a499a4..b7773df6 100644 --- a/webapp/src/assets/less/variables.less +++ b/webapp/src/assets/less/variables.less @@ -372,6 +372,25 @@ } } +.ofm-top-nav-button { + margin-top: 4px; + height: 38px; +} + +.ofm-top-nav-square-button { + margin-top: 4px; + height: 38px; + width: 38px; +} + +.ofm-top-nav-square-button.material-icon { + // MAterial icons are 24x24 , set padding to centre + padding: 6px !important; + margin-top: 4px; + height: 38px; + width: 38px; +} + // A button styled like text. For use in menus .ofm-text-button { display: block; diff --git a/webapp/src/components/genericComponents/miniMenu.vue b/webapp/src/components/genericComponents/miniMenu.vue index 07cf23f9..a57067e3 100644 --- a/webapp/src/components/genericComponents/miniMenu.vue +++ b/webapp/src/components/genericComponents/miniMenu.vue @@ -1,9 +1,21 @@