Toast tiene el ancho para cada uno
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s

This commit is contained in:
2026-04-27 18:20:10 +02:00
parent 670e9fd8fe
commit 627bfd78ad
10 changed files with 41 additions and 71 deletions

9
dist/sigpro-ui.css vendored
View File

@@ -4110,6 +4110,9 @@
.w-96 {
width: calc(var(--spacing) * 96);
}
.w-auto {
width: auto;
}
.w-full {
width: 100%;
}
@@ -4230,6 +4233,9 @@
.items-center {
align-items: center;
}
.items-end {
align-items: flex-end;
}
.items-start {
align-items: flex-start;
}
@@ -4682,6 +4688,9 @@
.text-balance {
text-wrap: balance;
}
.whitespace-nowrap {
white-space: nowrap;
}
.alert-error {
@layer daisyui.l1.l2 {
color: var(--color-error-content);