Skip to content
Snippets Groups Projects
Commit d94b77b8 authored by HJ's avatar HJ :fire:
Browse files

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
parent 0e5b74e3
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment