From d9c3b766ff672fa76b82cf0ad632569005ee68fc Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 2 Apr 2026 13:19:22 +0000 Subject: [PATCH] update css --- assets/css/custom.css | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 2960056..d603cd2 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -413,9 +413,29 @@ a:hover { .timeline-list { display: grid; gap: 1rem; + position: relative; + padding-bottom: 0.5rem; +} + +.timeline-list::before { + content: ""; + position: absolute; + top: 0.5rem; + bottom: 1.5rem; + left: 0.43rem; + width: 2px; + background: var(--border); + z-index: 0; +} + +html[dir="rtl"] .timeline-list::before { + left: auto; + right: 0.43rem; } .timeline-item { + position: relative; + z-index: 1; display: grid; grid-template-columns: auto 1fr; gap: 0.85rem; @@ -820,13 +840,6 @@ html[dir="rtl"] .admin-sidebar-link { flex-direction: row-reverse; } -html[dir="rtl"] .timeline-item { - grid-template-columns: 1fr 18px; -} - -html[dir="rtl"] .timeline-dot { - justify-self: center; -} .btn-dark {