More RTL improvements and some style tweaks

This commit is contained in:
daudix
2024-06-18 07:52:13 +03:00
parent fbed171669
commit ee70e5fe46
11 changed files with 73 additions and 25 deletions

View File

@ -8,7 +8,7 @@
width: 125px;
height: 125px;
body[dir="rtl"] & {
:root[dir="rtl"] & {
float: left;
margin: 3rem 1rem 0 0;
}
@ -47,7 +47,7 @@
border-radius: 0.25rem;
padding-left: 1rem;
body[dir="rtl"] & {
:root[dir="rtl"] & {
border-right: 0.25rem solid var(--fg-muted-2);
border-left: unset;
padding-right: 1rem;