From 8e23e9b7fd3d45cf1ea414a42a0adcc2d676a08f Mon Sep 17 00:00:00 2001 From: UnrealSec Date: Tue, 2 Nov 2021 15:19:51 +0200 Subject: [PATCH] Made it so that only sublists are padded --- client/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/style.css b/client/style.css index 56a8396..ee54c78 100644 --- a/client/style.css +++ b/client/style.css @@ -212,6 +212,14 @@ img { max-height: 800px; } +ul, ol { + padding: 0; + margin: 0; +} +ul ul, ol ol { + padding-left: 2em; +} + @media only screen and (max-width: 600px) { .messages { border: none;