diff options
| author | Nadya <[email protected]> | 2018-05-12 19:20:14 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-05-12 19:20:14 -0700 |
| commit | 8758ccac824249028989699d3378efda55eed0df (patch) | |
| tree | 51ae762d5152b50cc835dafbe27b719c0d88ef0a | |
| parent | Add Delete to Album View (diff) | |
| parent | Styles for Album View Delete (diff) | |
| download | host.fuwn.me-8758ccac824249028989699d3378efda55eed0df.tar.xz host.fuwn.me-8758ccac824249028989699d3378efda55eed0df.zip | |
Merge pull request #2 from NadyaNayme/Album-Delete-Styles
Styles for Album View Delete
| -rw-r--r-- | public/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css index ac3959d..695a1d9 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -102,8 +102,9 @@ 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; align-items: center; } +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 a { width: 100%; } +section#dashboard div#table div.column a:first-child { height: 180px; } section#dashboard div#table div.column a img { width:200px; } .select-wrapper { |