pub / ktistec-tweaks

Tweaks for the ActivityPub server ktistec
git clone https://src.jayvii.de/pub/ktistec-tweaks.git
Home | Log | Files | Exports | Refs | Submodules | README | RSS

commit a4a075be3fd88c6797a17a411c31e6ad0b3b18c2
parent 192d88a5f42149bdbcfbfdf45bf15e9b18e04129
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Tue, 27 May 2025 21:26:10 +0200

fix: remove bottom line from threaded posts

Diffstat:
Mcss/visibility.css | 9+++------
Mcss/visibility.min.css | 4++--
2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/css/visibility.css b/css/visibility.css @@ -45,12 +45,9 @@ video.ui.extra.attachment.video, /* Add left border to threaded posts to indicate depth */ .threaded:not(.depth-0) { - border-left-style: solid; - border-left-width: 2px; + border-left-style: solid !important; + border-left-width: 2px !important; border-left-color: #808080; - border-bottom-style: solid !important; - border-bottom-width: 2px !important; - border-bottom-color: #808080 !important; padding-left: 1em !important; margin-right: 0; /* Ensure that padding does not mess up threadding*/ } @@ -94,7 +91,7 @@ video.ui.extra.attachment.video, { border-left-style: solid; border-left-width: 2px; - border-left-color: #808080; + border-left-color: #80808080; margin-right: 0; /* Ensure that padding does not mess up threadding*/ padding-right: 1em !important; } diff --git a/css/visibility.min.css b/css/visibility.min.css @@ -1 +1 @@ -a[href^="https"]:after{content:"︎ ↗";}.ui.feed>.event img.extra.image,.ui.feed>.event video.extra.video,.ui.feed>.event div.extra.text figure img.ui.image,.ui.feed>.event div.extra.text figure vid.ui.video{width:100%;height:auto;max-height:400px !important;min-height:100px;}img.ui.extra.attachment.image,.extra.media img.ui.attachment.image,video.ui.extra.attachment.video,.extra.media video.ui.attachment.video,.ui.feed>.event div.extra.text figure img.ui.image,.ui.feed>.event div.extra.text figure vid.ui.video,.lg-image{border-style:solid;border-width:1px;border-color:#808080;}.lg-backdrop.in{opacity:0.8 !important;}.threaded:not(.depth-0){border-left-style:solid;border-left-width:2px;border-left-color:#808080;border-bottom-style:solid !important;border-bottom-width:2px !important;border-bottom-color:#808080 !important;padding-left:1em !important;margin-right:0;}.ui.feed>.event img.extra.image,.ui.feed>.event video.extra.video,.ui.feed>.event div.extra.text figure img.ui.image,.ui.feed>.event div.extra.text figure vid.ui.video{width:100%;height:auto;max-height:800px;}img.ui.extra.attachment.image,.extra.media img.ui.attachment.image,video.ui.extra.attachment.video,.extra.media video.ui.attachment.video,.ui.feed>.event div.extra.text figure img.ui.image,.ui.feed>.event div.extra.text figure vid.ui.video,.lg-image{border-style:solid;border-width:1px;border-color:#808080;}.lg-backdrop.in{opacity:0.8 !important;}.threaded:not(.depth-0){border-left-style:solid;border-left-width:2px;border-left-color:#808080;margin-right:0;padding-right:1em !important;} -\ No newline at end of file +a[href^="https"]:after{content:"︎ ↗";}.ui.feed>.event img.extra.image,.ui.feed>.event video.extra.video,.ui.feed>.event div.extra.text figure img.ui.image,.ui.feed>.event div.extra.text figure vid.ui.video{width:100%;height:auto;max-height:400px !important;min-height:100px;}img.ui.extra.attachment.image,.extra.media img.ui.attachment.image,video.ui.extra.attachment.video,.extra.media video.ui.attachment.video,.ui.feed>.event div.extra.text figure img.ui.image,.ui.feed>.event div.extra.text figure vid.ui.video,.lg-image{border-style:solid;border-width:1px;border-color:#808080;}.lg-backdrop.in{opacity:0.8 !important;}.threaded:not(.depth-0){border-left-style:solid !important;border-left-width:2px !important;border-left-color:#808080;padding-left:1em !important;margin-right:0;}.ui.feed>.event img.extra.image,.ui.feed>.event video.extra.video,.ui.feed>.event div.extra.text figure img.ui.image,.ui.feed>.event div.extra.text figure vid.ui.video{width:100%;height:auto;max-height:800px;}img.ui.extra.attachment.image,.extra.media img.ui.attachment.image,video.ui.extra.attachment.video,.extra.media video.ui.attachment.video,.ui.feed>.event div.extra.text figure img.ui.image,.ui.feed>.event div.extra.text figure vid.ui.video,.lg-image{border-style:solid;border-width:1px;border-color:#808080;}.lg-backdrop.in{opacity:0.8 !important;}.threaded:not(.depth-0){border-left-style:solid;border-left-width:2px;border-left-color:#80808080;margin-right:0;padding-right:1em !important;} +\ No newline at end of file