diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-19 13:20:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-19 13:20:03 -0700 |
commit | 37a9f9057d7879080b7b982f987bf0b82d0d774c (patch) | |
tree | 32aff4d5f509089ea67a8594ae0372ef90c81ad8 /app/src/main/assets/css/components/round_icons.scss | |
parent | 495b1bd49835070ca43a523831caee0f70079604 (diff) | |
download | frost-37a9f9057d7879080b7b982f987bf0b82d0d774c.tar.gz frost-37a9f9057d7879080b7b982f987bf0b82d0d774c.tar.bz2 frost-37a9f9057d7879080b7b982f987bf0b82d0d774c.zip |
Dev - minor fixes (#75)v1.3.4
* Add lint
* Add new libs
* Update libs and add friends tab
* Aggressively hide nonrecent posts
* Update dependencies
* Add php to most recents
* Add full size image downloader
* Fix css cleaner
* Fix notification and circle
* Bring back regex
Diffstat (limited to 'app/src/main/assets/css/components/round_icons.scss')
-rw-r--r-- | app/src/main/assets/css/components/round_icons.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/assets/css/components/round_icons.scss b/app/src/main/assets/css/components/round_icons.scss index ad89b112..c00fe1bf 100644 --- a/app/src/main/assets/css/components/round_icons.scss +++ b/app/src/main/assets/css/components/round_icons.scss @@ -1,3 +1,4 @@ -#threadlist_rows i.img:not(.profpic), i.img.profpic:not(._1_0m), ._42b6._42b6._42b6, ._5i9c.img, img._2cu2, i.img.l, [id*=threadlist] i.img:not(._1_0m) { +#threadlist_rows, [role*=presentation] img._1e_c, +i.img.profpic:not(._1_0m), ._42b6._42b6._42b6, ._5i9c.img, img._2cu2, i.img.l, [id*=threadlist] i.img:not(._1_0m) { border-radius: 50% !important; } |