From b8face17c0457c82a000feec6e4d0b16fe3e0f46 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 7 Jan 2020 22:25:29 -0500 Subject: [PATCH] Make action buttons larger on mobile --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index c427228..4f68a18 100644 --- a/style.css +++ b/style.css @@ -109,8 +109,11 @@ body.dark div { .action-part-button { width: 33% !important; } + .action-part-container { + width: 50vw !important; + } .action-button { - width: 100px !important; + width: 16.6667vw !important; } }