mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Improved mobile filter element spacing
This commit is contained in:
parent
d76d5d2537
commit
8e1d9a4871
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user