Skip to content

Commit 1435516

Browse files
committed
RTL fixes
1 parent 51ff35d commit 1435516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/styles/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ html[dir="rtl"] header::before {
595595
border-radius: 8px;
596596
margin: 0.1em;
597597
margin-top: 0.5em;
598-
margin-right: 0.5em;
598+
margin-inline-end: 0.5em;
599599
font-weight: 500;
600600
transition: transform 0.2s ease-out, filter 0.2s ease-out;
601601
transform: scale(1);
@@ -618,7 +618,7 @@ html[dir="rtl"] header::before {
618618

619619
.explanator .icon-container md-icon {
620620
margin-bottom: 0;
621-
margin-right: 0.2em;
621+
margin-inline-end: 0.2em;
622622
}
623623

624624
.explanator {

0 commit comments

Comments
 (0)