I am trying to make my web app look identical on all screens. Essentially, I want my website to have the same appearance regardless of the resolution on user side.
I am already using vw and vh to set size, but some components (at least TextField, Select) have inner html code that seems to be completely unaffected by what I can do in Java, as well as parent css properties. For example:
Buttons looking not too bad, but TextField... I did set font size to be 1vw through css properties, but that only effects placeholder. I don't know, is there a way to bind all inner components of, for example TextField, to vw, vh of my choosing?
