summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-26 13:55:13 +0200
committerjulian laplace <julescarbon@gmail.com>2022-10-26 13:55:13 +0200
commit79bd40440c18d7d9d0df20d55fe7417810bfa206 (patch)
tree9a02ae94820fd119a71c60cacbaa0d45241a1103
parent62f83d8a8edbbb9dc783553c7183751db67a52f7 (diff)
css and styling
-rw-r--r--views/partials/hootstream.ejs10
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 */