Skip to content

Commit

Permalink
fix: add explicitly ltr direction to the overlay (#266)
Browse files Browse the repository at this point in the history
* chore: add direction ltr

* Create empty-planes-smash.md

---------

Co-authored-by: fi3ework <fi3ework@gmail.com>
  • Loading branch information
mammad2c and fi3ework committed Jan 31, 2024
1 parent ad8b552 commit b0cce16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/empty-planes-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vite-plugin-checker/runtime": patch
---

fix: add explicitly ltr direction to the overlay
1 change: 1 addition & 0 deletions packages/runtime/src/App.ce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const collapsed = computed<boolean>(() => userCollapsed.value ?? initialCollapse
--blue: #a4c1ff;
--cyan: #2dd9da;
--dim: #c9c9c9;
direction: ltr;
}
.window {
Expand Down

0 comments on commit b0cce16

Please sign in to comment.