Skip to content

Commit

Permalink
Fix RTL sound preview icon positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Feb 1, 2024
1 parent aae21aa commit c761eed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- transparency issues on Windows 10
- Schedule options not being updated after change of language
- multiple RTL UI issues

## [1.15.1] - 2023-11-19
### Fixed
Expand Down
5 changes: 5 additions & 0 deletions app/css/preferences.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,11 @@ body[dir=rtl] .theme > :nth-child(17) {
padding-left: 15px;
}

body[dir=rtl] .sounds > img {
padding-left: 0;
padding-right: 15px;
}

.about {
display: grid;
font-size: 13px;
Expand Down

0 comments on commit c761eed

Please sign in to comment.