daisyui 2.39.1 → 2.40.1

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/dist/styled.css CHANGED
@@ -63,26 +63,27 @@
63
63
  padding-right: 0.563rem
64
64
  }
65
65
  .btm-nav {
66
- position: fixed;
67
- bottom: 0px;
68
- left: 0px;
69
- right: 0px;
70
- display: flex;
71
- width: 100%;
72
- flex-direction: row;
73
- align-items: center;
74
- justify-content: space-around
66
+ position: fixed;
67
+ bottom: 0px;
68
+ left: 0px;
69
+ right: 0px;
70
+ display: flex;
71
+ width: 100%;
72
+ flex-direction: row;
73
+ align-items: center;
74
+ justify-content: space-around;
75
+ padding-bottom: env(safe-area-inset-bottom)
75
76
  }
76
77
  .btm-nav>* {
77
- position: relative;
78
- display: flex;
79
- height: 100%;
80
- flex-basis: 100%;
81
- cursor: pointer;
82
- flex-direction: column;
83
- align-items: center;
84
- justify-content: center;
85
- gap: 0.25rem
78
+ position: relative;
79
+ display: flex;
80
+ height: 100%;
81
+ flex-basis: 100%;
82
+ cursor: pointer;
83
+ flex-direction: column;
84
+ align-items: center;
85
+ justify-content: center;
86
+ gap: 0.25rem
86
87
  }
87
88
  .breadcrumbs {
88
89
  max-width: 100%;
@@ -294,7 +295,7 @@
294
295
  .collapse:not(.collapse-close)
295
296
  input[type="checkbox"]:checked
296
297
  ~ .collapse-content {
297
- max-height: 9000px;
298
+ max-height: none;
298
299
  }
299
300
  :root .countdown {
300
301
  line-height: 1em;
@@ -2449,6 +2450,7 @@
2449
2450
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
2450
2451
  }
2451
2452
  .file-input {
2453
+ overflow: hidden;
2452
2454
  border-width: 1px;
2453
2455
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
2454
2456
  --tw-border-opacity: 0;