summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-26 13:45:06 +0200
committerjulian laplace <julescarbon@gmail.com>2022-10-26 13:45:06 +0200
commit67b180391d1c94a82a14c7c67e47f1b99b2a9a94 (patch)
tree92b0a6f4c33a38061a4fa1408de7c9086de269d8 /views
parent100f258b179ccce6c5013ba61586768807bd62ea (diff)
padding and line height...
Diffstat (limited to 'views')
-rw-r--r--views/partials/hootstream.ejs8
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 {