aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/components/round_icons.scss
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-19 00:28:56 -0700
committerGitHub <noreply@github.com>2017-07-19 00:28:56 -0700
commit495b1bd49835070ca43a523831caee0f70079604 (patch)
tree7b8d56aa22fcf3a9fd1bf566a17fe1997180288a /app/src/main/assets/css/components/round_icons.scss
parente4679b1663fa78a99c6c8225e454595c6c6f4e38 (diff)
downloadfrost-1.3.3.tar.gz
frost-1.3.3.tar.bz2
frost-1.3.3.zip
Dev - minor updates (#73)v1.3.3
* 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
Diffstat (limited to 'app/src/main/assets/css/components/round_icons.scss')
-rw-r--r--app/src/main/assets/css/components/round_icons.scss2
1 files changed, 1 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 58d20670..ad89b112 100644
--- a/app/src/main/assets/css/components/round_icons.scss
+++ b/app/src/main/assets/css/components/round_icons.scss
@@ -1,3 +1,3 @@
#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) {
- border-radius: 50%;
+ border-radius: 50% !important;
}