diff --git a/files/templates/live.html b/files/templates/live.html index 8baacd9a9..3ae15e7e7 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}}