From 9a10968337b7898700581db951d95d784be223bd Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 3 Jan 2025 18:31:16 +0100 Subject: [PATCH] style.css: make post css more generic --- stylesheets/style.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 11e79c20..a909d8e8 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -331,10 +331,6 @@ div.post.reply div.body a { color: #D00; } -div.post { - padding-left: 20px; -} - div.post div.body { word-wrap: break-word; white-space: pre-wrap; @@ -1133,11 +1129,13 @@ div.video-container { hr { margin: 1em 0; } - div.post.reply { + div.post { width: 100%; - padding: 0.5em 0px 0.5em 0.5em; - margin: 0; max-width: 100% !important; + } + div.post.reply { + padding: 0.5em 0px 0.5em 0.5em; + margin: 0px; box-sizing: border-box; margin: 0px; }