From ab8152aca1133db37de03b4a84b78c8ce5d89207 Mon Sep 17 00:00:00 2001 From: Marco Hitschler Date: Mon, 9 Jun 2025 18:41:45 +0200 Subject: [PATCH] TootPress 0.5 --- assets/css/elsa.css | 8 +++++--- readme.md | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/css/elsa.css b/assets/css/elsa.css index 1a8b3bf..552a7df 100644 --- a/assets/css/elsa.css +++ b/assets/css/elsa.css @@ -934,7 +934,7 @@ margin-left:5px; } /* -28. TootPress +28. TootPress */ .tootpress-toot { @@ -942,7 +942,8 @@ margin-left:5px; clear:both; } -.tootpress-toot-symbol { +/* Remove .tootpress-toot-symbol after TootPress 0.5 Release */ +.tootpress-toot-symbol, .toot-symbol { float:left !important; margin-top:5px; } @@ -969,7 +970,8 @@ margin-left:5px; max-width: 100%; } -.toot-image-gallery { +/* Remove .toot-image-gallery after TootPress 0.5 Release */ +.toot-image-gallery, .toot-gallery-image { margin-bottom:5px; } diff --git a/readme.md b/readme.md index 5bda6b2..b5252d8 100644 --- a/readme.md +++ b/readme.md @@ -171,6 +171,7 @@ Release pending * Added: TootPress Afterloop Styles * Added: Styles for Hyperlinks in Comments +* Changed: Styling for TootPress 0.5 * Changed: Styling of Comment Notification Checkbox * Changed: Envira Lightbox / Position of Close & Next Icons