diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-15 13:02:39 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-15 13:02:39 +0300 |
| commit | d94b77b8636aa04d76b6075f63282fa670a72b60 (patch) | |
| tree | ebe9308d283a05bbca4e3df60775e9b8cb85f600 /src | |
| parent | 0e5b74e3dd798703cf842257e528c85bc7c00121 (diff) | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 4b168db0..b8993b0d 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -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 { |
