This commit is contained in:
freedakgmail
2025-11-23 08:04:43 +08:00
parent e92884ae53
commit 81dbf709aa
95 changed files with 166729 additions and 2241 deletions
@@ -1422,6 +1422,10 @@
width: 100px;
}
.w-\[var\(--radix-dropdown-menu-trigger-width\)\] {
width: var(--radix-dropdown-menu-trigger-width);
}
.w-auto {
width: auto;
}
@@ -1462,10 +1466,6 @@
max-width: var(--container-6xl);
}
.max-w-\[150px\] {
max-width: 150px;
}
.max-w-\[calc\(100\%-2rem\)\] {
max-width: calc(100% - 2rem);
}
@@ -1522,6 +1522,10 @@
min-width: 12rem;
}
.min-w-\[200px\] {
min-width: 200px;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
min-width: var(--radix-select-trigger-width);
}
@@ -3828,6 +3832,12 @@
}
}
@media (hover: hover) {
.hover\:bg-destructive:hover {
background-color: var(--destructive);
}
}
@media (hover: hover) {
.hover\:bg-destructive\/90:hover {
background-color: var(--destructive);
@@ -3930,6 +3940,12 @@
}
}
@media (hover: hover) {
.hover\:text-destructive-foreground:hover {
color: var(--destructive-foreground);
}
}
@media (hover: hover) {
.hover\:text-foreground:hover {
color: var(--foreground);