1
0
Fork 0

[frio] Move reshare info on top of posts in network page

- Increase consistency with other social media platforms display
This commit is contained in:
Hypolite Petovan 2020-09-03 10:45:57 -04:00
commit d849307725
2 changed files with 119 additions and 117 deletions

View file

@ -1499,14 +1499,14 @@ aside .panel-body {
}
/* wall items action dropdown menu */
.media [role=heading] {
position: relative;
}
.preferences {
position: absolute;
right: 15px;
top: 10px;
}
.comment .preferences {
right: 10px;
top: 5px;
right: 0;
top: 0;
}
.wall-item-network {
font-size: 13px;
@ -3413,10 +3413,6 @@ section .profile-match-wrapper {
margin-top: 0;
}
.preferences {
right: 10px;
}
.generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapper, .help-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper, .directory-content-wrapper, .delegation-content-wrapper, .notes-content-wrapper, .message-content-wrapper, .apps-content-wrapper, #adminpage, .delegate-content-wrapper, .uexport-content-wrapper, .dfrn_request-content-wrapper, .friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper, .profperm-content-wrapper, .invite-content-wrapper, .tos-content-wrapper, .fsuggest-content-wrapper {
border-radius: 0;
padding: 10px;