mirror of
https://github.com/friendica/friendica
synced 2024-11-18 00:23:47 +00:00
fix width of event-owner in event modal (better display of avatar image and user name)
This commit is contained in:
parent
0fc369a3aa
commit
f1a2983233
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue