Hi.
I'm experimenting with BANanoVuetify.
I need to shrink the table rows and I want to change some properties like icon sizes.
I can do this by changing the styles below from the App.css file.
Font and height adjustment
button icon setting
I added them to the project as external table.css. There was no change.
How can I do it with BANanoVuetify and B4J. This is how I need to make app.css changes in every update.
There must be an easy way
Thanks
I'm experimenting with BANanoVuetify.
I need to shrink the table rows and I want to change some properties like icon sizes.
I can do this by changing the styles below from the App.css file.
Font and height adjustment
CSS:
.v-data-table> .v-data-table__wrapper> table> thead> tr> td {font-size: .875rem; height: 48px}
button icon setting
CSS:
.v-btn - fab.v-size - small {height: 40px; width: 40px}
I added them to the project as external table.css. There was no change.
How can I do it with BANanoVuetify and B4J. This is how I need to make app.css changes in every update.
There must be an easy way
Thanks