From 65ae6809e5414eb3aec5ea8f933dc69abe3d6158 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 18 May 2024 08:26:36 +0200 Subject: [PATCH] style: avatar line dark & light mode --- templates/threads.html | 8 +++++++- threads.py | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/threads.html b/templates/threads.html index 14aaafd..cc2ec23 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -50,7 +50,7 @@ content: " "; display: block; height: 100%; - border-right: 2px solid rgba(197, 209, 222, 0.15); + border-right: 2px solid rgba(34, 34, 34, 0.15); width: 26px; margin-top: -8px; } @@ -206,6 +206,12 @@ main a { color: orange; } + + main.thread { + & li:not(:last-of-type) .card_avatar::after { + border-right: 2px solid rgba(197, 209, 222, 0.15); + } + } .card_content { & .action { color: orange; diff --git a/threads.py b/threads.py index 69592a6..5c5bc78 100755 --- a/threads.py +++ b/threads.py @@ -9,6 +9,7 @@ threads = Blueprint('threads', __name__) # TODO: move following to an app config or sqlite ######### server = 'https://social.ayco.io' thread_ids = [ + '112460595916342992', '112457129122626146', '112446314845243621', '112444960050385208',