From da622b1b794a73fcf27578abc792bd133d1d9bfd Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 25 Sep 2016 21:35:30 -0700 Subject: [PATCH] Only use small text for file info in small-thumbnail catalog. --- src/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 6c9dcceba..f0d474bbe 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -828,11 +828,13 @@ div.catalog-thread { padding: 2px; } .catalog-thread .file:not(:hover) .fileText { - font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } +.catalog-small .file:not(:hover) .fileText { + font-size: 10px; +} .catalog-thread .file:hover { z-index: 2; background-color: inherit;