Skip to content

Commit

Permalink
Minor fix in link button icon position
Browse files Browse the repository at this point in the history
Signed-off-by: Mostafa Ahangarha <[email protected]>
  • Loading branch information
ahangarha authored and nickvergessen committed Aug 20, 2024
1 parent b3edc1a commit dc0c8a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,13 @@ select {
}
}

body[dir='ltr'] .link-button.icon-file {
background-position: left 24px center;
}
body[dir='rtl'] .link-button.icon-file {
background-position: right 24px center;
}

.personal-settings-container {
display: inline-grid;
grid-template-columns: 1fr 1fr 1fr;
Expand Down

0 comments on commit dc0c8a5

Please sign in to comment.