From 4a8b5c29303f352250a5ac935f2d69e87ec9c739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bellegarde?= Date: Thu, 2 Jun 2022 13:35:45 +0200 Subject: [PATCH] M!107 - em-format: Make contact photo rounded Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/107 --- data/webkit/webview.css | 1 + 1 file changed, 1 insertion(+) diff --git a/data/webkit/webview.css b/data/webkit/webview.css index 0d21253644..905e148aa3 100644 --- a/data/webkit/webview.css +++ b/data/webkit/webview.css @@ -34,6 +34,7 @@ span.navigable, div.navigable, p.navigable { img#__evo-contact-photo { max-width: 96px; max-height: 96px; + border-radius: 50%; } img.navigable {