mirror of
https://github.com/friendica/friendica
synced 2024-11-17 21:43:41 +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 {
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue