style: reduce thumbnail margin from 10px to 5px in upload page CSS for tighter grid density

This commit is contained in:
retoor 2024-11-26 06:41:09 +00:00
parent 3a000f2ce5
commit ef93230bed

View File

@ -118,7 +118,7 @@ UPLOAD_PAGE = """
width: 100px;
height: 100px;
object-fit: cover;
margin: 10px;
margin: 5px;
float:left;
}
</style>