We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b11af commit a7dc8cbCopy full SHA for a7dc8cb
packages/uikit-workshop/src/scripts/lit-components/pl-viewport/pl-viewport.scss
@@ -94,7 +94,7 @@ pl-iframe {
94
}
95
96
.is-animating {
97
- transition: all 0.7s linear;
+ transition: all 0.2s linear;
98
99
100
/**
@@ -189,15 +189,9 @@ pl-iframe {
189
height: 100%;
190
align-items: center;
191
position: fixed;
192
- top: 50vh;
+ top: 0;
193
bottom: 0;
194
- transform: translate3d(0, -50%, 0);
195
width: $pl-resizer-width;
196
- // background: white;
197
- // border-left-width: 1px;
198
- // border-left-style: solid;
199
- // border-left-color: #ccc;
200
- // border-left-color: var(--theme-border,#ccc);
201
202
203
&:active {
0 commit comments