From d224a2c1a44777bdbb0ecb2df8624db811834d85 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 17 May 2018 10:27:41 +0200 Subject: [PATCH] Update size of the Add button in kanban --- www/kanban/app-kanban.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/kanban/app-kanban.less b/www/kanban/app-kanban.less index f93d8ba4c..3e2b26bcb 100644 --- a/www/kanban/app-kanban.less +++ b/www/kanban/app-kanban.less @@ -68,17 +68,18 @@ border: 1px solid rgba(0,0,0,0.3); } + @button-size: 50px; #kanban-addboard { margin: 30px; border: 1px solid; - width: 100px; + width: @button-size; + height: @button-size; + line-height: @button-size; text-align: center; background: @colortheme_kanban-bg; font-weight: bold; - height: 100px; align-self: flex-start; font-size: 50px; - line-height: 100px; cursor: pointer; .tools_unselectable(); }