static/tgal.css: Centre the thumbstrip horizontally if it's short.
[tgal] / static / tgal.css
index 3d7fb19..c084d5f 100644 (file)
@@ -144,10 +144,10 @@ a.view img {
 }
 
 div.thumbstrip {
-       width: 100%;
+       max-width: 100%;
        overflow-x: auto;
        text-align: center;
-       display: flex; flex-direction: row;
+       display: flex; flex-direction: row; align-self: center;
 }
 
 /*----- That's all, folks -------------------------------------------------*/