From 5f4be58fb5d8d00be03696d03b88f0445f8bae03 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Tue, 5 Apr 2022 11:02:11 -0400 Subject: [PATCH] fixed the livestream button on android small screens --- homepage/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homepage/style.css b/homepage/style.css index 108ff05..517d507 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -164,7 +164,7 @@ button:hover { margin-right: auto; } -.stats table,.viewdb table { +.stats table { width: 75%; } @@ -434,7 +434,7 @@ button:hover { margin-left:auto; margin-rigth:auto; } - .viewdb table,.overview img { + .overview img { width: 100% } .banner { @@ -447,7 +447,7 @@ button:hover { .stream { float: right; display: block; - width: 60px; + width: 100px; } .logo img { display: block;