From 4f3167195bbc14beb3cc3fd58ac89c062d65b8a4 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramov <65224669+thejenja@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:50:47 +0500 Subject: [PATCH] Fixed rounded avatars in .tippy-content (#826) --- 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; +}