From a85b52302d1328798c7d844ff68117c49586873d Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 31 Mar 2019 20:47:17 -0400 Subject: Do not round story icons --- app/src/web/assets/css/components/round_icons.css | 2 +- app/src/web/assets/css/components/round_icons.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app') 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; } -- cgit v1.2.3