From d1e63fec76a6d9e08af20ea78adbe8c6e845b851 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 25 Sep 2016 18:26:30 -0700 Subject: [PATCH] Also increase the file info font size on hover. --- src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index d2f4d310d..cf80f1147 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -813,10 +813,10 @@ div.catalog-thread { width: 390px; } .catalog-thread .fileText { - font-size: 10px; padding: 2px; } .catalog-thread .file:not(:hover) .fileText { + font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;