diff options
| author | Kana <[email protected]> | 2018-05-21 04:51:26 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-05-21 04:51:26 -0300 |
| commit | 3bb212cfdae4b02465959148e551b5a4d4f959fa (patch) | |
| tree | 41297f9817e79eea132ae677c1c7863274e21685 | |
| parent | Merge pull request #113 from Kosemii/patch-1 (diff) | |
| parent | Fixed an issue with dashboard (diff) | |
| download | host.fuwn.me-3bb212cfdae4b02465959148e551b5a4d4f959fa.tar.xz host.fuwn.me-3bb212cfdae4b02465959148e551b5a4d4f959fa.zip | |
Merge pull request #117 from Kosemii/patch-2
Fixed an issue with dashboard
| -rw-r--r-- | public/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |