fix(client/rtl): right positioning not adjusted

This commit is contained in:
Elian Doran
2025-10-08 18:36:10 +03:00
parent 8a8727e6df
commit d9bfa08672
17 changed files with 54 additions and 54 deletions

View File

@@ -23,6 +23,6 @@
color: var(--button-text-color);
position: absolute;
top: 10px;
right: 10px;
inset-inline-end: 10px;
cursor: pointer;
}