daisyui 2.13.6 → 2.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -62
- package/dist/full.css +1 -1
- package/dist/styled.css +0 -6
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/themes.css +6 -6
- package/dist/unstyled.css +0 -6
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/dist/utilities-styled.js +1 -1
- package/package.json +1 -1
package/dist/styled.css
CHANGED
|
@@ -452,8 +452,6 @@
|
|
|
452
452
|
|
|
453
453
|
visibility: visible;
|
|
454
454
|
}
|
|
455
|
-
}
|
|
456
|
-
@media (min-width: 1024px) {
|
|
457
455
|
|
|
458
456
|
.drawer-mobile > .drawer-toggle ~ .drawer-side > .drawer-overlay + * {
|
|
459
457
|
|
|
@@ -487,15 +485,11 @@
|
|
|
487
485
|
|
|
488
486
|
grid-column-start: 2;
|
|
489
487
|
}
|
|
490
|
-
}
|
|
491
|
-
@media (min-width: 1024px) {
|
|
492
488
|
|
|
493
489
|
.drawer-mobile.drawer-end > .drawer-toggle ~ .drawer-side > .drawer-overlay {
|
|
494
490
|
|
|
495
491
|
visibility: visible;
|
|
496
492
|
}
|
|
497
|
-
}
|
|
498
|
-
@media (min-width: 1024px) {
|
|
499
493
|
|
|
500
494
|
.drawer-mobile.drawer-end > .drawer-toggle ~ .drawer-side > .drawer-overlay + * {
|
|
501
495
|
|