diff --git a/gallery/static/style.css b/gallery/static/style.css index b8f2d6f..74ec1ce 100644 --- a/gallery/static/style.css +++ b/gallery/static/style.css @@ -1,27 +1,14 @@ +.nav ul { padding: 0; } .nav li { display: inline; } .flex_container { display: flex; - flex-wrap: wrap; + flex-flow: row wrap; width: 100%; + gap: 0 4px; } -.infocard { - margin: 0.5em; - background-color: lightgrey; - font-size: 0.7em; -} -.infocard img { border: 1px solid grey; } -.infocard ul { - list-style-type: none; - margin: 0; - padding: 0; -} -.infocard li { - width: 160px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} +.infocard { background-color: lightgrey; } +.infocard ul { padding: 0; list-style-type: none; } diff --git a/gallery/templates/album.j2 b/gallery/templates/album.j2 index 1945fdc..b2f7423 100644 --- a/gallery/templates/album.j2 +++ b/gallery/templates/album.j2 @@ -8,29 +8,25 @@
+
+ {% endif %}
+
+