From 7860b854505f4cebae8058826e56c1a3df18459c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 25 Aug 2022 23:30:29 +0200 Subject: [PATCH] Revert "consolidate blockquote css rules" This reverts commit 5b5f6633420c64a36fee3e35e0933ee6342a83aa. --- files/assets/css/main.css | 1 - files/templates/chat.html | 4 ++++ files/templates/util/assetcache.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 14a2971b6..767ddd7fe 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6230,7 +6230,6 @@ div > blockquote:last-child { margin-bottom: 1rem !important; } blockquote + :not(blockquote) { - display: inline-block; margin-top: 1rem; } blockquote > :not(blockquote) { diff --git a/files/templates/chat.html b/files/templates/chat.html index 3587abe93..a6e4b935b 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -62,6 +62,10 @@ display: inherit; } + blockquote + :not(blockquote) { + display: inline-block; + } + .diff { margin-top: 1rem; } diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 110f27c5b..f2f11983b 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 487, + 'css/main.css': 488, 'css/catalog.css': 2, 'css/4chan.css': 61,