SoapboxConfig: .file-picker img max-height

This commit is contained in:
Alex Gleason
2020-08-23 21:41:53 -05:00
parent 83e715fd7a
commit 3b808b6a26

View File

@ -987,4 +987,5 @@ code {
.file-picker img {
max-width: 100px;
max-height: 100px;
}