From c761eed94aa7799d52dee4ee908d07e7883ddbda Mon Sep 17 00:00:00 2001 From: Jan Hovancik Date: Thu, 1 Feb 2024 07:39:12 +0100 Subject: [PATCH] Fix RTL sound preview icon positioning --- CHANGELOG.md | 1 + app/css/preferences.css | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaa66712b..71e057e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/css/preferences.css b/app/css/preferences.css index 1880db63e..4f5ce7f60 100644 --- a/app/css/preferences.css +++ b/app/css/preferences.css @@ -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;