Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/9754#issuecomment-2584194674
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jan 13, 2025
1 parent f3141c8 commit 1fe402a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions view/css/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ th,
td,
a,
.panel-footer,
.label {
.label,
.videoPlaylist .material-switch label{
direction: rtl;
unicode-bidi: embed;
}
Expand All @@ -21,7 +22,9 @@ a,

.dropdown-menu,
.navbar-header li a,
#sideBarContainer .btn {
#sideBarContainer .btn,
#sideBarContainer a,
.videoPlaylist {
text-align: right !important;
}

Expand Down

0 comments on commit 1fe402a

Please sign in to comment.