@snippyly/plugin-staging 1.0.3 → 1.0.4
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 +1 -1
- package/snippyly.js +4 -4
package/package.json
CHANGED
package/snippyly.js
CHANGED
|
@@ -246,8 +246,8 @@ const st=(t=>(...i)=>({_$litDirective$:t,values:i}))(class extends class{constru
|
|
|
246
246
|
z-index: 1;
|
|
247
247
|
border-style: solid;
|
|
248
248
|
border-color: rgb(0, 0, 0) transparent;
|
|
249
|
-
border-width:
|
|
250
|
-
bottom: -
|
|
249
|
+
border-width: 8px 8px 0px;
|
|
250
|
+
bottom: -8px;
|
|
251
251
|
left: 50%;
|
|
252
252
|
transform: translateX(-50%);
|
|
253
253
|
}
|
|
@@ -261,7 +261,7 @@ const st=(t=>(...i)=>({_$litDirective$:t,values:i}))(class extends class{constru
|
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
:host(:not(.expanded)) #snippylyMenu.snippyly-menu-trigger .snippyly-menu {
|
|
264
|
-
left:
|
|
264
|
+
left: 0px;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
:host(.expanded) #snippylyMenu.snippyly-menu-trigger .snippyly-menu {
|
|
@@ -269,7 +269,7 @@ const st=(t=>(...i)=>({_$litDirective$:t,values:i}))(class extends class{constru
|
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
#snippylyMenu.snippyly-menu-trigger .snippyly-menu {
|
|
272
|
-
top: -
|
|
272
|
+
top: -94px;
|
|
273
273
|
}
|
|
274
274
|
|
|
275
275
|
:host(:not(.expanded)) #snippylyMenu.snippyly-menu-trigger .snippyly-menu:after {
|