From a8398ccef758381081fecac84b04b66237ef990f Mon Sep 17 00:00:00 2001 From: Evgeniy Khramov <65224669+thejenja@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:38:09 +0500 Subject: [PATCH] fixed avatars in .tippy-content --- Web/static/css/avatar.2.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Web/static/css/avatar.2.css b/Web/static/css/avatar.2.css index 3b7a987d..2990eb3d 100644 --- a/Web/static/css/avatar.2.css +++ b/Web/static/css/avatar.2.css @@ -74,3 +74,10 @@ div.ovk-video > div > img object-fit: cover; border-radius: 100px; } + +.tippy-content > table > tbody > tr > td:nth-child(1) > img{ + width: 54px; + height: 54px; + object-fit: cover; + border-radius: 100px; +}