From 7f8151dfeb07cc60ab6d2537b10e772b26959371 Mon Sep 17 00:00:00 2001 From: abrendan <94894839+abrendan@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:09:40 +0000 Subject: [PATCH] Made Leave Room button bigger on mobile --- html/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/html/style.css b/html/style.css index d60decd..128c30e 100644 --- a/html/style.css +++ b/html/style.css @@ -167,4 +167,12 @@ body.dark-mode .version-number { padding: 20px 40px; /* Increase the padding to make the button bigger */ font-size: 20px; /* Increase the font-size for better readability on small screens */ } + #LeaveRoomButton { + display: block; + margin: 0 auto; + margin-bottom: 20px; + margin-top: 10px; + padding: 20px 40px; /* Increase the padding to make the button bigger */ + font-size: 20px; /* Increase the font-size for better readability on small screens */ + } }