diff options
author | Allan Wang <me@allanwang.ca> | 2019-03-31 20:47:17 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-03-31 20:47:17 -0400 |
commit | a85b52302d1328798c7d844ff68117c49586873d (patch) | |
tree | 21da2489fdb3ac02ee50352c437c24501b995fc6 /app | |
parent | 8f5976ca9a8ca67f24314486b5ecf8cc0f369967 (diff) | |
download | frost-a85b52302d1328798c7d844ff68117c49586873d.tar.gz frost-a85b52302d1328798c7d844ff68117c49586873d.tar.bz2 frost-a85b52302d1328798c7d844ff68117c49586873d.zip |
Do not round story icons
Diffstat (limited to 'app')
-rw-r--r-- | app/src/web/assets/css/components/round_icons.css | 2 | ||||
-rw-r--r-- | app/src/web/assets/css/components/round_icons.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/web/assets/css/components/round_icons.css b/app/src/web/assets/css/components/round_icons.css index c765d2ab..5477f7c0 100644 --- a/app/src/web/assets/css/components/round_icons.css +++ b/app/src/web/assets/css/components/round_icons.css @@ -1,4 +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) { +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 index c00fe1bf..b4662e60 100644 --- a/app/src/web/assets/css/components/round_icons.scss +++ b/app/src/web/assets/css/components/round_icons.scss @@ -1,4 +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) { +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; } |