From f28fcf4388a4930244c643e5b3993038d098d008 Mon Sep 17 00:00:00 2001 From: Kosemii <22931076+Kosemii@users.noreply.github.com> Date: Sun, 20 May 2018 23:04:33 +0100 Subject: [PATCH] Fixed an issue with dashboard Fixed an issue cutting off delete button in dashboard --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 695a1d9..6bf95e1 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -102,7 +102,7 @@ section#auth input, section#auth a { } section#dashboard .table { font-size: 12px } -section#dashboard div#table div.column { display:flex; width: 200px; height: 200px; margin: 9px; background: #f9f9f9; overflow: hidden; flex-wrap: wrap; align-items: center; } +section#dashboard div#table div.column { display:flex; width: 200px; height: 220px; margin: 9px; background: #f9f9f9; overflow: hidden; flex-wrap: wrap; align-items: center; } section#dashboard div#table div.column a { width: 100%; } section#dashboard div#table div.column a:first-child { height: 180px; } section#dashboard div#table div.column a img { width:200px; }