Skip to content

Commit

Permalink
fix channel setting buttons alignment in RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
BabakScript committed Sep 23, 2017
1 parent e5515d7 commit ce0bee5
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
html.rtl .flex-tab {
direction: rtl;

& .channel-settings {
& .editing {
padding-right: 8px;
padding-left: 80px;
}
& .buttons {
right: auto;
left: 1px;
border-radius: 4px 0 0 4px;
}
}
}

.flex-tab {
& .channel-settings {
& ul {
Expand Down Expand Up @@ -36,7 +52,6 @@
& .editing {
margin: -2px 0 -1px -9px;
padding-right: 80px;

font-size: 14px;
}

Expand Down

0 comments on commit ce0bee5

Please sign in to comment.