style: reduce thumbnail margin from 10px to 5px in upload page CSS for tighter grid density
This commit is contained in:
parent
3a000f2ce5
commit
ef93230bed
@ -118,7 +118,7 @@ UPLOAD_PAGE = """
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
object-fit: cover;
|
||||
margin: 10px;
|
||||
margin: 5px;
|
||||
float:left;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user