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
1 changed files with 1 additions and 0 deletions

View File

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