Fix: obsessing over pixels

This commit is contained in:
shamoon
2025-02-27 20:22:54 -08:00
parent 865e9fe233
commit 628d85080f
2 changed files with 3 additions and 3 deletions

View File

@@ -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
}
}