From c650b74ec918b1ace1080ad78c3898bddc6cb83f Mon Sep 17 00:00:00 2001 From: Mashy Date: Fri, 22 Nov 2019 00:39:22 +1000 Subject: [PATCH] skill button size --- client/assets/styles/game.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/assets/styles/game.less b/client/assets/styles/game.less index 92ec48ae..9b19db2c 100644 --- a/client/assets/styles/game.less +++ b/client/assets/styles/game.less @@ -148,7 +148,8 @@ z-index: 2; button { width: 100%; - height: 2em; + height: 3em; + line-height: 1; margin-right: 1em; background-color: black; }