aboutsummaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
authorPitu <[email protected]>2017-01-22 18:01:39 -0300
committerPitu <[email protected]>2017-01-22 18:01:39 -0300
commit3f4b8791441a4ed093274c9f235a59b62919bcc5 (patch)
tree62e0bab399365b74dcc8a7bbf73ff0a1113ee99f /public/css/style.css
parentSections now highlight when active (diff)
downloadhost.fuwn.me-3f4b8791441a4ed093274c9f235a59b62919bcc5.tar.xz
host.fuwn.me-3f4b8791441a4ed093274c9f235a59b62919bcc5.zip
List and thumb view on uploads
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 5204460..c9271c3 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -89,3 +89,6 @@ 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 a { width: 100%; }
+section#dashboard div#table div.column a img { width:200px; }