static/tgal.css: Remove pointless `white-space: normal'.
[tgal] / static / tgal.css
index d5f5807..3d7fb19 100644 (file)
@@ -106,7 +106,6 @@ div.comment {
 div.caption {
        display: block;
        width: 228px;
-       white-space: normal;
 }
 div.caption span.name { font-family: sans-serif; }
 div.caption span.comment { font-style: italic; margin-inline-start: 1em; }
@@ -129,7 +128,7 @@ a.prev, a.next {
        background-color: #0006;
        min-width: 1em;
        text-align: center;
-       min-height: 3ex;
+       min-height: 3.5ex;
 }
 a.view {
        flex-grow: 1; flex-basis: 0;
@@ -148,7 +147,7 @@ div.thumbstrip {
        width: 100%;
        overflow-x: auto;
        text-align: center;
-       white-space: nowrap;
+       display: flex; flex-direction: row;
 }
 
 /*----- That's all, folks -------------------------------------------------*/