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
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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