Fix the remaining issues with CSS logical properties

This commit is contained in:
iBug
2024-06-25 23:45:32 +08:00
parent 922440cd55
commit d27cc9c132
7 changed files with 29 additions and 28 deletions

View File

@@ -15,6 +15,7 @@ figure.highlight {
[dir=rtl] & {
direction: ltr;
text-align: start;
}
> pre,
@@ -47,7 +48,7 @@ figure.highlight {
/* code */
&.code,
&.rouge-code {
padding-left: 1em;
padding-inline-start: 1em;
}
}