@e280/shiny 0.1.0-7 → 0.1.0-9

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/x/index.html CHANGED
@@ -128,7 +128,7 @@ body > section {
128
128
  }
129
129
 
130
130
  </style>
131
- <script type=module src="demo/demo.bundle.min.js?v=316cf0de91a0"></script>
131
+ <script type=module src="demo/demo.bundle.min.js?v=33047b482a03"></script>
132
132
  <link rel="icon" href="assets/favicon.png?v=0414eeb5fcc2"/>
133
133
 
134
134
  <meta name="theme-color" content="#d068ff">
@@ -145,7 +145,7 @@ body > section {
145
145
 
146
146
  <h1>
147
147
  <strong>✨shiny✨</strong>
148
- <small>v0.1.0-7</small>
148
+ <small>v0.1.0-9</small>
149
149
  </h1>
150
150
 
151
151
  <section>
@@ -96,8 +96,8 @@ ${q}
96
96
  width: 100%;
97
97
  height: 100%;
98
98
  --button-size: 2em;
99
- --drawer-height: auto;
100
99
  --anim-duration: 200ms;
100
+ --tray-height: auto;
101
101
  --blanket-bg: #1118;
102
102
  --blanket-backdrop-filter: blur(0.5em);
103
103
  }
@@ -136,7 +136,7 @@ ${q}
136
136
  position: absolute;
137
137
  top: 0;
138
138
  width: calc(100% - var(--button-size));
139
- height: 100%;
139
+ height: var(--tray-height);
140
140
 
141
141
  opacity: 1;
142
142
  transform: translateX(-100%);
@@ -145,8 +145,7 @@ ${q}
145
145
 
146
146
  > slot {
147
147
  display: block;
148
- height: var(--drawer-height);
149
- max-height: 100%;
148
+ height: 100%;
150
149
  overflow-y: auto;
151
150
  }
152
151