general-library-union 3.3.52 → 3.3.53

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.3.52",
3
+ "version": "3.3.53",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -177,16 +177,19 @@
177
177
 
178
178
  > div {
179
179
  position: absolute;
180
- top: 3.25rem;
181
- right: 0;
182
- min-width: 42rem;
183
- padding: 0.5rem 0;
180
+ top: -11px;
181
+ right: -127px;
182
+ min-width: 130rem;
183
+ padding: 0.6rem 2rem;
184
184
  transform-origin: top;
185
185
  background: var(--surface-overlay);
186
186
  color: var(--text-color);
187
187
  border-radius: var(--border-radius);
188
- // box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
189
- box-shadow: 0 3px 12px hsla(var(--color-h),100%,45%,.20);
188
+ box-shadow: 0 3px 12px hsla(var(--color-h), 100%, 45%, 0.2);
189
+ display: flex;
190
+ justify-content: center;
191
+ align-items: center;
192
+ z-index: 99;
190
193
 
191
194
 
192
195
  }