]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Small CSS fix for circle-update-wrapper shortmode headings
authorHannes Heute <haheute@posteo.de>
Sat, 1 Feb 2025 19:45:15 +0000 (20:45 +0100)
committerHannes Heute <haheute@posteo.de>
Sat, 1 Feb 2025 19:45:15 +0000 (20:45 +0100)
view/theme/frio/css/style.css

index 9ae95c4765a1240eef99e19c046fa52753ac1a78..85acd0a3bc62b726160bc0e096699bfa172a1ad0 100644 (file)
@@ -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;
 }