From: Hannes Heute Date: Sat, 1 Feb 2025 19:45:15 +0000 (+0100) Subject: [frio] Small CSS fix for circle-update-wrapper shortmode headings X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=410fe155072f0942276b1d1cc0e592962b5a7967;p=friendica.git [frio] Small CSS fix for circle-update-wrapper shortmode headings --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 9ae95c4765..85acd0a3bc 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2708,10 +2708,10 @@ ul li:hover .contact-wrapper .contact-action-link:hover { #circle-update-wrapper .shortmode .contact-entry-desc { font-size: 12px !important; } -#circle-update-wrapper .shortmode .contact-entry-desc h1.media-heading { +#circle-update-wrapper .shortmode .contact-entry-desc h4.media-heading { margin: 0; } -#circle-update-wrapper .shortmode .contact-entry-desc h1.media-heading a { +#circle-update-wrapper .shortmode .contact-entry-desc h4.media-heading a { font-size: 13px !important; white-space: nowrap; }