]> git.mxchange.org Git - friendica.git/commitdiff
fix width of event-owner in event modal (better display of avatar image and user...
authorHannes Heute <haheute@posteo.de>
Sun, 23 Jun 2024 10:41:49 +0000 (12:41 +0200)
committerHannes Heute <haheute@posteo.de>
Sun, 23 Jun 2024 10:41:49 +0000 (12:41 +0200)
view/theme/frio/css/style.css

index cab89f1744b1787fca7fd4c595de577bd380c7cd..3a44ab0d6fc2618f2dce5a79a4ae4293ed11cb08 100644 (file)
@@ -2804,14 +2804,15 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
 }
 .event-wrapper .event-owner {
        margin-bottom: 15px;
+       word-break: break-all;
 }
 .event-wrapper .event-owner img {
        display: block;
 }
 .event-owner img {
-       margin-right: 5px;
        height: 48px;
-       width: 48;
+       width: 48px;
+       max-width: 48px;
        border-radius: 3px;
 }
 .event-wrapper .vevent {