diff options
author | Allan Wang <me@allanwang.ca> | 2019-03-31 22:44:06 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-03-31 22:44:06 -0400 |
commit | a49021c096f18cfef2fa54b2369ed044341187c5 (patch) | |
tree | eba7d5909732379837dd2b76567145e31bcfece6 /app/src/web/assets/css/components/round_icons.scss | |
parent | a85b52302d1328798c7d844ff68117c49586873d (diff) | |
download | frost-a49021c096f18cfef2fa54b2369ed044341187c5.tar.gz frost-a49021c096f18cfef2fa54b2369ed044341187c5.tar.bz2 frost-a49021c096f18cfef2fa54b2369ed044341187c5.zip |
Remove round icon settings
Diffstat (limited to 'app/src/web/assets/css/components/round_icons.scss')
-rw-r--r-- | app/src/web/assets/css/components/round_icons.scss | 4 |
1 files changed, 0 insertions, 4 deletions
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; -} |