mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Improved mobile filter element spacing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user