From ce30fa40648f0752148c2577b107dc8a19edacc6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 22 Sep 2022 20:30:51 +0200 Subject: [PATCH] add border-radius to streamer thumbnails --- files/templates/live.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/files/templates/live.html b/files/templates/live.html index 8baacd9a91..3ae15e7e73 100644 --- a/files/templates/live.html +++ b/files/templates/live.html @@ -9,6 +9,9 @@ tr:hover { border: 2.5px solid var(--primary); } + img.thumb { + border-radius: 4px; + }

Live

@@ -16,7 +19,7 @@ {% for link, thumb, name, title, viewers in live %} - {{name}} thumbnail + {{name}} thumbnail {{name}} {{title}} {{viewers}} @@ -32,7 +35,7 @@ {% for link, thumb, name in offline %} - {{name}} thumbnail + {{name}} thumbnail {{name}}