From 1abd6ecc2da824d86767adb8f9f5c35d0d20e8b6 Mon Sep 17 00:00:00 2001 From: szdytom Date: Fri, 26 Mar 2021 14:08:49 +0800 Subject: [PATCH] [feature] reduce margin each talk --- public/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/style.css b/public/style.css index 8200ddf..8ee7736 100644 --- a/public/style.css +++ b/public/style.css @@ -90,6 +90,14 @@ pre { color: #737373; } +.msg-content > *:first-child { + margin-top: 0; +} + +.msg-content > *:last-child { + margin-bottom: 0; +} + .msg-private::after { content: " PRIVATE"; color: #ff9400;