Update public/css/grocy_night_mode.css

This commit is contained in:
Kendell R 2021-02-17 14:45:39 -08:00 committed by GitHub
parent e37e156d96
commit fe0b758bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,6 +315,6 @@ body.night-mode {
.night-mode .qr-code { .night-mode .qr-code {
background-color: #eee; background-color: #eee;
padding: 10px; padding: min(1.5vw, 20px);
border-radius: 10px; border-radius: 10px;
} }