From 94a759bd9f3d48be54bf4da54fa97ec637088c3f Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Sun, 14 May 2023 17:24:52 +0300 Subject: [PATCH] Update style.css --- style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index bfb1a8ec..10e5c321 100644 --- a/style.css +++ b/style.css @@ -3403,8 +3403,8 @@ li.coffee-circle { } .coffee-circle .tooltip-html .top { - width: 320px; - max-width: 320px; + width: 220px; + max-width: 220px; text-align: left; padding: 16px; } @@ -3424,10 +3424,8 @@ li.coffee-circle p b { } .coffee-circle .tooltip-html .top > svg, .coffee-circle .tooltip-html .top > img { - /*float: left; - margin-right: 5px;*/ + margin: auto; margin-bottom: 8px; - width: 60%; } .coffee-circle .tooltip-html .top blockquote { background: var(--ae-frame-bg-color);