mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
Buxfix: fix image floating in frios nav-short-info
This commit is contained in:
parent
1441abd15a
commit
204c134ab8
1 changed files with 3 additions and 0 deletions
|
@ -1130,6 +1130,9 @@ aside .vcard #wallmessage-link {
|
|||
padding-right: 20px;
|
||||
margin-left: -14px;
|
||||
}
|
||||
#nav-short-info .contact-photo-wrapper.media-left {
|
||||
float: left;
|
||||
}
|
||||
#vcard-short-photo-wrapper img,
|
||||
#nav-short-info .contact-wrapper img {
|
||||
height: 34px;
|
||||
|
|
Loading…
Reference in a new issue