feat(client/rtl): handle margin-left

This commit is contained in:
Elian Doran
2025-10-08 17:44:17 +03:00
parent adff36cf22
commit 247ab1aec3
27 changed files with 71 additions and 71 deletions

View File

@@ -18,7 +18,7 @@
.switch-widget .switch-button {
display: block;
position: relative;
margin-left: 8px;
margin-inline-start: 8px;
width: var(--switch-track-width);
height: var(--switch-track-height);
border-radius: 24px;
@@ -86,7 +86,7 @@
.switch-widget .switch-help-button {
border: 0;
margin-left: 4px;
margin-inline-start: 4px;
background: none;
cursor: pointer;
font-size: 1.1em;