mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-31 13:58:04 -06:00
Fix: obsessing over pixels
This commit is contained in:
@@ -49,9 +49,9 @@
|
||||
}
|
||||
|
||||
.consumer-status-list {
|
||||
max-height: calc(100vh - 315px); // e.g. below the upload button, mobile
|
||||
max-height: calc(100vh - 312px); // e.g. below the upload button, mobile
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
max-height: calc(100vh - 200px); // e.g. below the upload button
|
||||
max-height: calc(100vh - 208px); // e.g. below the upload button
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user