to make the q-fab smaller add the class “q-btn–fab-mini”
<q-fab
class=“q-btn–fab-mini”
color=“primary”
icon=“keyboard_arrow_down”
push
direction=“down”
>
</q-fab>
E
Posts made by elvinc
-
RE: change q-fab size
to make the q-fab smaller add the class “q-btn–fab-mini”
<q-fab
class=“q-btn–fab-mini”
color=“primary”
icon=“keyboard_arrow_down”
push
direction=“down”
>
</q-fab>