From 24d5798d8ae755f67abf48722a5827d9f87a92d0 Mon Sep 17 00:00:00 2001 From: hippoz Date: Sun, 17 Oct 2021 01:21:12 +0300 Subject: [PATCH] make buttons the same size --- out/res/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/out/res/style.css b/out/res/style.css index a1c0875..fa95434 100644 --- a/out/res/style.css +++ b/out/res/style.css @@ -76,6 +76,8 @@ br { color: var(--button-accent-color); cursor: pointer; outline: none; + min-width: 56px; + text-align: center; } .button-default:hover:not(.button-selected) {