fix for timeago being ass when post has replies. added hover colors for

clickable icons on the right side. Reverted line-height to its original value
This commit is contained in:
Henry Jameson 2018-08-15 13:02:39 +03:00
parent 0e5b74e3dd
commit d94b77b863

View file

@ -200,7 +200,7 @@
.media-heading {
flex-wrap: nowrap;
line-height: 16px;
line-height: 18px;
}
.media-heading-left {
@ -226,7 +226,7 @@
align-items: baseline;
.user-name {
margin-right: 0.2em;
margin-right: .45em;
img {
width: 14px;
@ -266,6 +266,7 @@
flex-shrink: 0;
flex-wrap: nowrap;
margin-left: .25em;
align-self: baseline;
.timeago {
margin-right: 0.2em;
@ -276,6 +277,10 @@
> * {
margin-left: 0.2em;
}
a:hover i {
color: $fallback--fg;
color: var(--fg, $fallback--fg);
}
}
a {