martywallace / vue-keyboard

A simple virtual keyboard for Vue.js.
MIT License
153 stars 16 forks source link

Could we customize the keyboard style? #12

Closed oozliuoo closed 7 years ago

oozliuoo commented 7 years ago

Are there anyways to style the keyboard such that the buttons would be larger to fit in the screen? Right now it is somehow too small for my scenario.

Thanks!

martywallace commented 7 years ago

@oozliuoo Of course you can - are you having any issues customising them at the moment? Something like this should be fine:

#app .vue-keyboard button {
    padding: 24px 30px;
}