From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 15 Dec 2022 07:22:11 +0000 (-0800) Subject: fix search bar position with slim sidebar X-Git-Tag: v1.11.0~1^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a023507e2d1eaa6b30bcb90f20c9b03b23e460f;p=thirdparty%2Fpaperless-ngx.git fix search bar position with slim sidebar [ci skip] --- diff --git a/src-ui/src/app/components/app-frame/app-frame.component.scss b/src-ui/src/app/components/app-frame/app-frame.component.scss index 0bd96f33e9..fb6fa44cb2 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.scss +++ b/src-ui/src/app/components/app-frame/app-frame.component.scss @@ -220,6 +220,12 @@ main { font-size: 1rem; } +@media screen and (min-width: 768px) { + .navbar-brand.slim { + max-width: 50px; + } +} + .dropdown.show .dropdown-toggle, .dropdown-toggle:hover { opacity: 0.7;