From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 21 Mar 2025 07:52:28 +0000 (-0700) Subject: More narrow device tweaks X-Git-Tag: v2.15.0^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c89f6da248ad713f71ed10ae62ef496376f5fd9;p=thirdparty%2Fpaperless-ngx.git More narrow device tweaks --- 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 774f841e1..e493f369d 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 @@ -259,7 +259,7 @@ main { @media screen and (max-width: 345px) { .custom-title { - max-width: 102px; + max-width: 110px; overflow: hidden; } } diff --git a/src-ui/src/theme.scss b/src-ui/src/theme.scss index cc60d3851..eacc3b4e7 100644 --- a/src-ui/src/theme.scss +++ b/src-ui/src/theme.scss @@ -24,7 +24,7 @@ --pngx-bg-alt2: var(--bs-gray-200); // #e9ecef --pngx-bg-disabled: #f7f7f7; --pngx-focus-alpha: 0.3; - --pngx-toast-max-width: 360px; + --pngx-toast-max-width: 340px; --bs-info: var(--pngx-bg-alt2); --bs-info-rgb: 233, 236, 239; @media screen and (min-width: 1024px) {