From 0c9689df54f57cb86fb21ef79a979a5da122d17d Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 1 Oct 2023 15:35:40 +0300 Subject: [PATCH] fixes to modal change --- files/assets/css/main.css | 2 +- files/templates/comments.html | 31 ++++++++++--------- files/templates/header.html | 8 ++--- files/templates/post.html | 8 ++--- .../templates/post_admin_actions_mobile.html | 2 +- files/templates/post_listing.html | 10 +++--- 6 files changed, 32 insertions(+), 29 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 1313c2ce97..2b468d90b6 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5859,7 +5859,7 @@ html { padding: 12px; padding-bottom: 4px; } -[id^="m-"]:target { +.modal:target { display: block !important; background: rgba(33,38,45,.8) !important; } diff --git a/files/templates/comments.html b/files/templates/comments.html index 94220154f3..4ec6fd17ab 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -282,9 +282,9 @@