diff --git a/src/themes/Midnight.qpl b/src/themes/Midnight.qpl index 448db393..ce6a17c8 100644 --- a/src/themes/Midnight.qpl +++ b/src/themes/Midnight.qpl @@ -461,7 +461,7 @@ chat: " padding-bottom: " + theme.spacing / 4 + "px } " + "li { margin-top: " + theme.spacing / 2 + "px; " + - " margin-bottom: " + theme.spacing / 2 + "px; " + + " margin-bottom: " + theme.spacing / 2 + "px; }" + ".sender { margin-bottom: " + spacing / 2 + " }" + ".quote { color: " + quote + " }" +