From 592c1444540f2f4f53f720a6bef77fe35c02a59e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 10 Oct 2022 07:42:04 +0200 Subject: [PATCH] make the button for removing streamers have a constant width --- files/templates/live.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/live.html b/files/templates/live.html index 620b0732d..4b9cda94e 100644 --- a/files/templates/live.html +++ b/files/templates/live.html @@ -13,7 +13,7 @@ border-radius: 4px; } .remove-streamer { - width: 50% + width: 130px; }