627b01c664
## Issues - So many `!important` overrides that makes it hard to customize. - Weird "813px max-width" check -- it feels random, plus does not adjust accordingly to zoom-levels. - The button text is not always vertically centered for all layout and zoom-levels because it is being centered using hardcoded margins. - The 2 popups don't have consistent fonts and styling, plus their customizations are all over the place. ## Changes - Try to remove as many unnecessary "!important" as possible. Adding specificity is sufficiently, and won't block other customizations. - Try using `rem` instead of hardcoded margins. The icons/text/margin should resize accordingly per zoom-levels. - I didn't replicate the "813px max-width" media check. If it is really necessary, please use `vjs-layout-*` to customize them instead. - Consolidate the 2 popup menu customizations. |
||
---|---|---|
.. | ||
component | ||
init | ||
themes | ||
all.scss | ||
third-party.scss |