commit 854e7f480c64a9f15a4a229a4aebcc825430804e
parent 85eae887242157addcc4b325fa4c30e10958655f
Author: William Casarin <jb55@jb55.com>
Date: Sat, 19 Nov 2022 12:33:43 -0800
css: reduce size of event message
I find this too big and glaring.
In general we should try to not add too much padding to everything, we
should be able to fit a decent amount of posts above the fold.
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/css/styles.css b/web/css/styles.css
@@ -308,7 +308,7 @@ details.cw summary {
/* Thread Expansion */
.thread-collapsed {
- padding: 15px;
+ padding: 7px;
}
.thread-summary {
text-align: center;
diff --git a/web/css/utils.css b/web/css/utils.css
@@ -66,8 +66,8 @@ img.icon.small {
top: 0;
}
.event-message {
- background: #f2f2f2;
- padding: 10px;
+ background: #f4f4f4;
+ padding: 7px;
border-radius: 12px;
color: #444;
}