aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/components/round_icons.css
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-09-26 14:59:16 -0400
committerAllan Wang <me@allanwang.ca>2018-09-26 14:59:16 -0400
commit2fed9ad9723569067d39cabe319317fa669f62c3 (patch)
treeb94e182bf4d083af049120a6b5f94f82c4595318 /app/src/main/assets/css/components/round_icons.css
parent9374ea5089b32744a7c35301e27a2a0f6f4cbbdc (diff)
parent438affb07ae106e490884fafa3c2dd825e7649a4 (diff)
downloadfrost-2fed9ad9723569067d39cabe319317fa669f62c3.tar.gz
frost-2fed9ad9723569067d39cabe319317fa669f62c3.tar.bz2
frost-2fed9ad9723569067d39cabe319317fa669f62c3.zip
Update kau and fix new lint warnings
Diffstat (limited to 'app/src/main/assets/css/components/round_icons.css')
-rw-r--r--app/src/main/assets/css/components/round_icons.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/assets/css/components/round_icons.css b/app/src/main/assets/css/components/round_icons.css
index 98c05584..c765d2ab 100644
--- a/app/src/main/assets/css/components/round_icons.css
+++ b/app/src/main/assets/css/components/round_icons.css
@@ -1 +1,4 @@
-#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; }
+#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;
+}