Revert CSS simplification

This commit is contained in:
wayword 2024-12-13 18:05:29 -06:00
parent 8817afd41b
commit ea815b3a12

View file

@ -1007,6 +1007,14 @@ a.tag:hover {
height: 202px; height: 202px;
} }
} }
&.big-file .html-thumbnail.html img {
width: 540px;
height: 405px;
@media (max-device-width:480px), screen and (max-width:800px) {
width: 270px;
height: 202px;
}
}
} }
.news-item .file .image-container { .news-item .file .image-container {
float: left; float: left;