mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-21 22:16:44 +01:00
Feature: better toast notifications management (#8980)
This commit is contained in:
parent
e08606af6e
commit
b8bdc10f25
21 changed files with 690 additions and 324 deletions
|
|
@ -24,6 +24,10 @@
|
|||
--pngx-bg-alt2: var(--bs-gray-200);
|
||||
--pngx-bg-disabled: #f7f7f7;
|
||||
--pngx-focus-alpha: 0.3;
|
||||
--pngx-toast-max-width: 360px;
|
||||
@media screen and (min-width: 1024px) {
|
||||
--pngx-toast-max-width: 450px;
|
||||
}
|
||||
}
|
||||
|
||||
// Dark text colors allow for maintain contrast with theme color changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue