More narrow device tweaks

This commit is contained in:
shamoon 2025-03-21 00:52:28 -07:00
parent 4263d2196c
commit b4047e73bb
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ main {
@media screen and (max-width: 345px) {
.custom-title {
max-width: 102px;
max-width: 110px;
overflow: hidden;
}
}

View File

@ -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) {