summaryrefslogtreecommitdiff
path: root/public/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/css')
-rw-r--r--public/assets/css/hootstream.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css
index 470cb72..1bc0b44 100644
--- a/public/assets/css/hootstream.css
+++ b/public/assets/css/hootstream.css
@@ -45,7 +45,7 @@
width: 100%;
}
#hootevents .hoot.threadTitle {
- /*align-items: flex-end;*/
+ align-items: flex-end;
}
#hootevents .hootText {
max-width: 60rem;
@@ -72,6 +72,7 @@
display: block;
}
#hootevents .imageList .image {
+ position: relative;
display: flex;
flex-direction: column;
align-items: center;
@@ -81,6 +82,7 @@
transition: opacity 0.1s;
}
#hootevents .imageList .caption {
+ display: none;
margin: 1rem;
font-size: 0.9rem;
color: rgba(128, 128, 128, 0.5);
@@ -144,6 +146,7 @@
justify-content: flex-end;
align-items: center;
margin-top: 0.175rem;
+ align-self: flex-start;
}
#hootevents .avatar {
width: 1.5rem;