From a4fef056edd778d6c116641b3d4f3b32d3d933c9 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 14 Apr 2021 13:24:03 -0700 Subject: [PATCH] Fix breakpoint File missing from last commit --- .../app/components/document-list/document-list.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/document-list/document-list.component.scss b/src-ui/src/app/components/document-list/document-list.component.scss index ab67d9572..ee50852f0 100644 --- a/src-ui/src/app/components/document-list/document-list.component.scss +++ b/src-ui/src/app/components/document-list/document-list.component.scss @@ -39,7 +39,7 @@ $paperless-card-breakpoints: ( z-index: 1000; // below main navbar top: calc(7rem - 2px); // height of navbar (mobile) - @media (min-width: 768px) { + @media (min-width: 580px) { top: 3.5rem; // height of navbar } }