diff options
| -rw-r--r-- | views/partials/hootstream.ejs | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/views/partials/hootstream.ejs b/views/partials/hootstream.ejs index 114cae3..aa17d6b 100644 --- a/views/partials/hootstream.ejs +++ b/views/partials/hootstream.ejs @@ -112,11 +112,10 @@ overflow: hidden; text-overflow: ellipsis; margin-right: 0.5rem; - font-size: 11px; display: flex; justify-content: flex-end; align-items: center; - margin-top: 0.25rem; + margin-top: 0.175rem; } #hootevents .avatar { width: 1.5rem; @@ -172,12 +171,17 @@ #hootevents .hoot.streamLastlog { font-size: 13px; margin-bottom: 1rem; + align-items: center; } #hootevents .hoot.streamLastlog .userLink { + margin-top: 0; margin-right: 0.375rem; } #hootevents .hoot.streamLastlog .text { - margin-top: 1px; + line-height: 0; + } + #hootevents .hoot.streamLastlog .age { + } /** Files */ |
