Skip to content

Commit

Permalink
fix(theme): codeblock buttons should be kept on the right when using …
Browse files Browse the repository at this point in the history
…RTL locale (#8803)

Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
  • Loading branch information
Vishruta-Patil and slorber committed Mar 23, 2023
1 parent 002b0ee commit 1f42511
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
display: flex;
column-gap: 0.2rem;
position: absolute;
/* rtl:ignore */
right: calc(var(--ifm-pre-padding) / 2);
top: calc(var(--ifm-pre-padding) / 2);
}
Expand Down

0 comments on commit 1f42511

Please sign in to comment.