Merge pull request #14252 from haheute/event-owner-width

fix width of event-owner in event modal (better display of avatar ima…
This commit is contained in:
Michael Vogel 2024-06-23 13:31:24 +02:00 committed by GitHub
commit 1638adcb46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2024.06-rc\n" "Project-Id-Version: 2024.06-rc\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-17 03:41+0000\n" "POT-Creation-Date: 2024-06-23 13:19+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -3965,8 +3965,8 @@ msgid ""
"profile\n" "profile\n"
"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
"\n" "\n"
"\t\t\tWe recommend adding a profile photo, adding some profile " "\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" "
"\"keywords\" (very useful\n" "(very useful\n"
"\t\t\tin making new friends) - and perhaps what country you live in; if you " "\t\t\tin making new friends) - and perhaps what country you live in; if you "
"do not wish\n" "do not wish\n"
"\t\t\tto be more specific than that.\n" "\t\t\tto be more specific than that.\n"

View file

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