lbry-desktop/ui
infinite-persistence 627b01c664
Icon and popup css fixes
## 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.
2021-12-08 15:55:22 +08:00
..
component Fix some certain wordings breaking page (#440) 2021-12-07 14:03:19 -05:00
constants Upload: tab sync and various fixes (#428) 2021-12-07 09:48:09 -05:00
effects Remove use-history-nav.js 2021-11-09 16:03:37 +08:00
modal Un-authenticated resolve (#341) 2021-11-24 09:33:34 -05:00
page Fix category page labels not being translated (#423) 2021-12-04 12:08:13 -05:00
redux Upload: tab sync and various fixes (#428) 2021-12-07 09:48:09 -05:00
scss Icon and popup css fixes 2021-12-08 15:55:22 +08:00
util Upload: tab sync and various fixes (#428) 2021-12-07 09:48:09 -05:00
analytics.js [oEmbed] some changes and fixes (#392) 2021-12-01 10:36:52 -05:00
app.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
comments.js Comment Moderation - time based bans 2021-09-03 07:17:56 +08:00
i18n.js Revert "Simplify language lists" 2021-04-06 15:42:27 -04:00
index.jsx [oEmbed] some changes and fixes (#392) 2021-12-01 10:36:52 -05:00
lbry.js Un-authenticated resolve (#341) 2021-11-24 09:33:34 -05:00
logWarningConsoleMessage.js new lbc icon 2020-09-29 17:12:32 -04:00
native.js working 2020-12-16 10:52:22 -05:00
reducers.js Support resume-able upload via tus (#186) 2021-11-10 13:16:16 -05:00
rewards.js Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
store.js Additional GA events via redux/lbryio hook 2021-10-22 10:56:43 +08:00