Also increase the file info font size on hover.

This commit is contained in:
ccd0 2016-09-25 18:26:30 -07:00
parent ca37779ec0
commit d1e63fec76

View File

@ -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;