chiark
/
gitweb
/
~mdw
/
tgal
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
static/tgal.css: Use flex layout for the thumbnail strip.
[tgal]
/
static
/
tgal.css
diff --git
a/static/tgal.css
b/static/tgal.css
index dc95e2c318c82d4ae99449c3aff2d7d2d2c516bb..933b974e2029321a77bcf34dae68493c6db216c3 100644
(file)
--- a/
static/tgal.css
+++ b/
static/tgal.css
@@
-148,7
+148,7
@@
div.thumbstrip {
width: 100%;
overflow-x: auto;
text-align: center;
-
white-space: nowrap
;
+
display: flex; flex-direction: row
;
}
/*----- That's all, folks -------------------------------------------------*/