fix(theme): codeblock buttons should be kept on the right when using RTL locale (#8803)

Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
This commit is contained in:
Vishruta Patil 2023-03-23 00:29:59 +05:30 committed by GitHub
parent 9c6b79b579
commit a51ec623df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}