Only use small text for file info in small-thumbnail catalog.

This commit is contained in:
ccd0 2016-09-25 21:35:30 -07:00
parent 573fba798f
commit da622b1b79

View File

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