summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Kangas <gabek@real-ity.com>2022-01-06 21:04:06 -0800
committerGabe Kangas <gabek@real-ity.com>2022-01-06 23:02:49 -0800
commit4f283e04f4774f177d99f30a4d882c6815085447 (patch)
tree433deccc1c31528102d0ae73ffccb13229fae76c
parent7dbf763acf5a59980fede14d0d12434780394ff2 (diff)
Give events a min height
-rw-r--r--webroot/styles/chat.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/webroot/styles/chat.css b/webroot/styles/chat.css
index 8e6324cc4..8abc6dc0f 100644
--- a/webroot/styles/chat.css
+++ b/webroot/styles/chat.css
@@ -345,3 +345,6 @@
background-size: cover;
}
+.federated-action {
+ min-height: 76px;
+}