From 89b1fd7ce0137ba8af61c9ee4d0db11c2d771169 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Mon, 30 Dec 2019 03:07:45 +0300 Subject: [PATCH] fix cast circle for mobile divice --- src/components/themes/purple-haze/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/themes/purple-haze/theme.css b/src/components/themes/purple-haze/theme.css index 543ee3bf0..dcfa0ec49 100644 --- a/src/components/themes/purple-haze/theme.css +++ b/src/components/themes/purple-haze/theme.css @@ -580,9 +580,10 @@ a[data-role=button] { .personCard .cardScalable { border-radius: 50%; - border: 2px solid #AA5CC3; + border: 1px solid rgb(255, 255, 255); } +.personCard .cardPadder-overflowPortrait, .personCard .cardPadder-portrait { padding-bottom: 100%; contain: strict;