Merge pull request #2547 from MohanadOO/master

Improvments related to Arabic Translations & Right To Left Direction Styles
This commit is contained in:
Mike Cao 2024-03-01 14:48:28 -08:00 committed by GitHub
commit 011dea41c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 97 additions and 82 deletions

View file

@ -1,5 +1,5 @@
.body {
padding-left: 20px;
padding-inline-start: 20px;
grid-row: 2/3;
grid-column: 2 / 3;
}

View file

@ -1,7 +1,7 @@
.menu {
width: 300px;
padding-right: 20px;
border-right: 1px solid var(--base300);
padding-inline-end: 20px;
border-inline-end: 1px solid var(--base300);
grid-row: 2 / 3;
grid-column: 1 / 2;
}

View file

@ -63,7 +63,7 @@
.value {
color: var(--base50);
margin-right: 20px;
margin-inline-end: 20px;
}
.track {

View file

@ -13,5 +13,5 @@
.popup {
margin-top: -10px;
margin-left: 30px;
margin-inline-start: 30px;
}