Improved mobile filter element spacing

This commit is contained in:
Bernd Bestel 2025-01-22 19:23:41 +01:00
parent d76d5d2537
commit 8e1d9a4871
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -552,3 +552,10 @@ canvas.drawingBuffer {
pointer-events: none;
opacity: 0.5;
}
@media (max-width: 992px) {
#table-filter-row div:not(:first-of-type) {
margin-top: 8px;
}
}