How can I change button size? I need bigger buttons instead of standard size.
Forums
Button size
You need to login to be able to post a reply.
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;
}