diff --git a/public/css/grocy.css b/public/css/grocy.css index 8bfa4c7d..168be879 100755 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -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; + } +}