From 93e6af79d018dcee34009b36ceb03ded934d7fed Mon Sep 17 00:00:00 2001 From: Marco Hitschler Date: Sun, 25 May 2025 12:09:04 +0200 Subject: [PATCH] Afterloop Filter --- assets/css/elsa.css | 10 ++++++++++ readme.md | 1 + 2 files changed, 11 insertions(+) diff --git a/assets/css/elsa.css b/assets/css/elsa.css index d1197a6..c401413 100644 --- a/assets/css/elsa.css +++ b/assets/css/elsa.css @@ -1018,6 +1018,16 @@ a.tootpress_nav_number { display:initial; } +.tootpress-afterloop-filter { + border-width: 1px; + border-style: solid; + border-color: #000; + padding:5px; + padding-left:20px; + margin-left:60px; + width:initial; +} + /* 29. Mathilda */ diff --git a/readme.md b/readme.md index 5f78dd8..5bda6b2 100644 --- a/readme.md +++ b/readme.md @@ -169,6 +169,7 @@ This project is licensed under the GPL3 License. Release pending +* Added: TootPress Afterloop Styles * Added: Styles for Hyperlinks in Comments * Changed: Styling of Comment Notification Checkbox * Changed: Envira Lightbox / Position of Close & Next Icons