Skip to content

Commit

Permalink
fix: position of dropdown on rtl layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ribeiro committed Sep 18, 2024
1 parent fff06ce commit b36f278
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,11 @@ button:hover svg .main-color {
margin: 0px;
}

.rtl .subscription-main .actions {
left: -16px;
right: auto;
}

.subscription-main .actions.is-open {
display: flex;
}
Expand All @@ -397,6 +402,10 @@ button:hover svg .main-color {
border-bottom: 1px solid #eee;
}

.rtl .subscription-main .actions>li {
padding: 14px 18px 14px 35px;
}

.subscription-main .actions>li:hover {
background-color: #f9f9f9;
}
Expand Down

0 comments on commit b36f278

Please sign in to comment.