瀏覽代碼

Styles for Album View Delete

Nadya 6 年之前
父節點
當前提交
ef4e7755ae
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      public/css/style.css

+ 2 - 1
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 {