Skip to content

Commit b0cce16

Browse files
mammad2cfi3ework
andauthored
fix: add explicitly ltr direction to the overlay (#266)
* chore: add direction ltr * Create empty-planes-smash.md --------- Co-authored-by: fi3ework <[email protected]>
1 parent ad8b552 commit b0cce16

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/empty-planes-smash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@vite-plugin-checker/runtime": patch
3+
---
4+
5+
fix: add explicitly ltr direction to the overlay

packages/runtime/src/App.ce.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const collapsed = computed<boolean>(() => userCollapsed.value ?? initialCollapse
7979
--blue: #a4c1ff;
8080
--cyan: #2dd9da;
8181
--dim: #c9c9c9;
82+
direction: ltr;
8283
}
8384
8485
.window {

0 commit comments

Comments
 (0)