diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/partials/hootstream.ejs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/partials/hootstream.ejs b/views/partials/hootstream.ejs index 57fd63a..5d0b8e5 100644 --- a/views/partials/hootstream.ejs +++ b/views/partials/hootstream.ejs @@ -112,6 +112,11 @@ 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; } #hootevents .avatar { width: 1.5rem; @@ -171,6 +176,9 @@ #hootevents .hoot.streamLastlog .userLink { margin-right: 0.375rem; } + #hootevents .hoot.streamLastlog .text { + margin-top: 1px; + } /** Files */ #hootevents .fileList { |
