aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/assets
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-03-31 22:44:06 -0400
committerAllan Wang <me@allanwang.ca>2019-03-31 22:44:06 -0400
commita49021c096f18cfef2fa54b2369ed044341187c5 (patch)
treeeba7d5909732379837dd2b76567145e31bcfece6 /app/src/web/assets
parenta85b52302d1328798c7d844ff68117c49586873d (diff)
downloadfrost-a49021c096f18cfef2fa54b2369ed044341187c5.tar.gz
frost-a49021c096f18cfef2fa54b2369ed044341187c5.tar.bz2
frost-a49021c096f18cfef2fa54b2369ed044341187c5.zip
Remove round icon settings
Diffstat (limited to 'app/src/web/assets')
-rw-r--r--app/src/web/assets/css/components/round_icons.css4
-rw-r--r--app/src/web/assets/css/components/round_icons.scss4
2 files changed, 0 insertions, 8 deletions
diff --git a/app/src/web/assets/css/components/round_icons.css b/app/src/web/assets/css/components/round_icons.css
deleted file mode 100644
index 5477f7c0..00000000
--- a/app/src/web/assets/css/components/round_icons.css
+++ /dev/null
@@ -1,4 +0,0 @@
-#threadlist_rows, [role*=presentation] img._1e_c,
-i.img.profpic:not(._1_0m):not(#MStoriesTray), ._42b6._42b6._42b6, ._5i9c.img, img._2cu2, i.img.l, [id*=threadlist] i.img:not(._1_0m) {
- border-radius: 50% !important;
-}
diff --git a/app/src/web/assets/css/components/round_icons.scss b/app/src/web/assets/css/components/round_icons.scss
deleted file mode 100644
index b4662e60..00000000
--- a/app/src/web/assets/css/components/round_icons.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-#threadlist_rows, [role*=presentation] img._1e_c,
-i.img.profpic:not(._1_0m):not(#MStoriesTray), ._42b6._42b6._42b6, ._5i9c.img, img._2cu2, i.img.l, [id*=threadlist] i.img:not(._1_0m) {
- border-radius: 50% !important;
-}