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 9672101 commit b754bcbCopy full SHA for b754bcb
packages/repl/src/lib/Output/console/ConsoleLine.svelte
@@ -202,7 +202,7 @@
202
gap: 1rem;
203
width: 100%;
204
font-size: 1.2rem;
205
- align-items: center;
+ align-items: start;
206
}
207
208
.log.expandable {
@@ -272,11 +272,11 @@
272
font-size: 0.9rem;
273
transition: 150ms;
274
transform-origin: 50% 50%;
275
- transform: translateY(-1px);
+ transform: translateY(2px);
276
277
278
.arrow.expand {
279
- transform: translateY(0px) rotateZ(90deg);
+ transform: translateY(2px) rotateZ(90deg);
280
281
282
.styled {
0 commit comments