mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Improved mobile filter element spacing
This commit is contained in:
@@ -552,3 +552,10 @@ canvas.drawingBuffer {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0.5;
|
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