Rename dropdown

master
Bob Mottram 2019-08-25 12:38:38 +01:00
parent e4d18f5d70
commit d516312036
2 changed files with 3 additions and 3 deletions

View File

@ -581,12 +581,12 @@ input[type=submit]:hover {
transform: translateY(-10%);
}
.dropdown-timeline {
.timeline-avatar {
margin: 10px auto;
padding: 0px 0px;
}
.dropdown-timeline img {
.timeline-avatar img {
opacity: 1.0;
width: 90%;
height: 90%;

View File

@ -1233,7 +1233,7 @@ def individualPostAsHtml(baseDir: str, \
if showAvatarDropdown and fullDomain+'/users/'+nickname not in postJsonObject['actor']:
avatarDropdown= \
' <div class="dropdown-timeline">' \
' <div class="timeline-avatar">' \
' <a href="/users/'+nickname+'?options='+postJsonObject['actor']+';'+avatarUrl+messageIdStr+'">' \
' <img title="Show options for this person" src="'+avatarUrl+'" '+avatarPosition+'/></a>' \
' </div>'