[frio] Fix layout of profile aside. (#5497) (#5498)

See issue (#5497)[https://github.com/friendica/friendica/issues/5497] for details.
This commit is contained in:
Andreas Neustifter
2018-07-25 22:12:30 +02:00
committed by Hypolite Petovan
parent 32a8702bd7
commit e8effeb3ae
3 changed files with 70 additions and 63 deletions
+7 -3
View File
@@ -1115,11 +1115,11 @@ aside .vcard #profile-photo-wrapper.crop-preview {
padding: 0;
}
aside .vcard .profile-header {
margin-bottom: 20px;
padding: 5px 0px 5px 0px;
}
aside .vcard .fn {
font-size: 20px;
font-weight: bold;
padding: 5px 0px 5px 0px;
}
aside .vcard .p-addr {
font-style: italic;
@@ -1139,9 +1139,10 @@ aside .xmpp {
aside .vcard .icon {
display: table-cell;
padding-right: 10px;
width: 30px;
}
#profile-extra-links {
margin-bottom: 20px;
overflow: auto;
}
aside .vcard #dfrn-request-link-button,
aside .vcard #wallmessage-link-botton {
@@ -1514,6 +1515,9 @@ section #jotOpen {
overflow: visible;
word-wrap: break-word;
}
aside .panel-body {
padding: 0px;
}
/* Thread hover effects */
.wall-item-container .wall-item-content a,