Explorar o código

Fixed an issue with dashboard

Fixed an issue cutting off delete button in dashboard
Kosemii %!s(int64=6) %!d(string=hai) anos
pai
achega
f28fcf4388
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/css/style.css

+ 1 - 1
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; }