Skip to content

Commit

Permalink
Apply RTL layout to group tabs and startup page
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 6, 2025
1 parent 7dc32ea commit ec2dd0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webextensions/resources/group-tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
opacity: 0;
}

:root.rtl {
direction: rtl;
}

:root {
background: var(--bg-color);
color: var(--text-color);
Expand Down
4 changes: 4 additions & 0 deletions webextensions/resources/startup.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
opacity: 0;
}

:root.rtl {
direction: rtl;
}

body {
background: var(--bg-color);
color: var(--text-color);
Expand Down

0 comments on commit ec2dd0b

Please sign in to comment.