Skip to content

Commit

Permalink
Add text-align: start to places where it is not inferred to enable pr…
Browse files Browse the repository at this point in the history
…oper rtl text orientation
  • Loading branch information
kommunarr committed Aug 29, 2023
1 parent eb6169c commit e2e7bfb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
-webkit-user-select: none;
user-select: none;
margin-inline-start: 2%;
text-align: start;
}

:deep(.switchGrid) {
Expand Down
1 change: 0 additions & 1 deletion src/renderer/components/side-nav/side-nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
margin-inline-start: 40px;
overflow: hidden;
word-break: break-word;
text-align: start;
}

.navChannel .navLabel {
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ body {
--red-500: #f44336;
}

body p, body a {
body p, body a, body h2, body h3 {
text-align: start;
}

Expand Down

0 comments on commit e2e7bfb

Please sign in to comment.