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 | ||
constants | ||
effects | ||
modal | ||
page | ||
redux | ||
scss | ||
util | ||
analytics.js | ||
app.js | ||
comments.js | ||
i18n.js | ||
index.jsx | ||
lbry.js | ||
logWarningConsoleMessage.js | ||
native.js | ||
reducers.js | ||
rewards.js | ||
store.js |