How can I change button size? I need bigger buttons instead of standard size.
you can add a css view and use this code:
.nui.button{
font-size:2em;
}
How can I change button size? I need bigger buttons instead of standard size.
you can add a css view and use this code:
.nui.button{
font-size:2em;
}