mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
Improved mobile filter element spacing
This commit is contained in:
parent
d76d5d2537
commit
8e1d9a4871
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user