From 6655d1a56cc0efe70da9fd8c86b6cdab61a468ea Mon Sep 17 00:00:00 2001 From: Fijxu Date: Wed, 31 Dec 2025 17:41:29 -0300 Subject: [PATCH] =?UTF-8?q?Change=20dot=20to=20=E2=9D=9A=20in=20the=20back?= =?UTF-8?q?end=20list=20(the=20dot=20is=20too=20small=20and=20barely=20vis?= =?UTF-8?q?ible)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/invidious/views/template.ecr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index faea05d9..a3f437c4 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -127,7 +127,7 @@ <% if status[index] == BackendInfo::Status::Dead.to_i %> #fd4848; <% end %> <% if status[index] == BackendInfo::Status::Blocked.to_i %> #ddc338; <% end %> <% if status[index] == BackendInfo::Status::Working.to_i %> #42ae3c; <% end %> - ">• + ">❚ <% if !(index == CONFIG.invidious_companion.size-1) %> | @@ -142,7 +142,7 @@ <% if status[index] == BackendInfo::Status::Dead.to_i %> #fd4848; <% end %> <% if status[index] == BackendInfo::Status::Blocked.to_i %> #ddc338; <% end %> <% if status[index] == BackendInfo::Status::Working.to_i %> #42ae3c; <% end %> - ">• + ">❚ <% if !(index == CONFIG.invidious_companion.size-1) %> |