How to have q-btn cover the height of q-toolbar
-
Sorry if it has been asked before but does anyone know how to have q-btn span the height of q-toolbar? I’m trying to make it look like how you see it in Vuetify but I haven’t had any luck on it
-
You could try using the spacing classes as described here:
https://quasar-framework.org/components/spacing.html
e.g.<q-btn class="q-py-lg" icon="people" />