From 29aed0bf2390bde42e5fe183403c77dfc95cfb63 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 23 Apr 2020 07:43:46 +0200 Subject: css: Reduce message margin and padding. --- assets/css/screen.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/css/screen.css b/assets/css/screen.css index 11e02e5..dc92b6d 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -322,7 +322,6 @@ table { /* quote styles */ .message span.line.quote { - margin-left: 1em; color: #3868cc; } @@ -361,3 +360,7 @@ table { font-style: italic; font-size: 0.8em; } + +.message .body.card-body { + padding: .8rem; +} -- cgit v1.2.3