MInor fixes in timeline styles
parent
767179e21a
commit
6dc052f536
|
@ -22,7 +22,8 @@ class ProfileTimelineItemTitle
|
|||
user = timeline.data.user
|
||||
title_attr = @translate.instant('COMMON.SEE_USER_PROFILE', {username: user.username})
|
||||
url = 'user-profile:username=vm.activity.user.username'
|
||||
return @._getLink(url, user.username, title_attr)
|
||||
console.log(user)
|
||||
return @._getLink(url, user.name, title_attr)
|
||||
|
||||
else if param == 'field_name'
|
||||
field_name = Object.keys(timeline.data.values_diff)[0]
|
||||
|
|
|
@ -29,8 +29,15 @@
|
|||
}
|
||||
p {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
a {
|
||||
color: $green-taiga;
|
||||
&:first-child {
|
||||
@extend %bold;
|
||||
color: $gray;
|
||||
}
|
||||
&:hover {
|
||||
color: $fresh-taiga;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
.timeline-wrapper {
|
||||
background: lighten($whitish, 10%);
|
||||
flex-basis: 768px;
|
||||
margin-right: 1rem;
|
||||
margin-right: 3.5rem;
|
||||
> div {
|
||||
opacity: 1;
|
||||
padding-top: 0;
|
||||
|
|
Loading…
Reference in New Issue