Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2025-01-16 12:56:34 +0000
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2025-01-16 12:56:34 +0000
commit794e9692fc47b7c801183a12f1910d703cc9dfcb (patch)
tree232818653107f5d85d43fe78dd891e87fddbcca4 /src/style.css
parenta34196f2fa184755e0dc336341b8ed92e5d0a398 (diff)
messages: Shrink spacing between messagesHEADmain
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index ae7eab8..44ec363 100644
--- a/src/style.css
+++ b/src/style.css
@@ -7,3 +7,7 @@ box.message {
padding-top: 2px;
padding-bottom: 2px;
}
+
+.messages > row {
+ min-height: 0px;
+}