web: add more RTL fixes

For #450.
This commit is contained in:
Harvey Tindall
2025-12-08 15:30:24 +00:00
parent 8030a7c896
commit 26284e89f6
4 changed files with 16 additions and 8 deletions

View File

@@ -279,6 +279,10 @@ table.table-p-0 th, table.table-p-0 td {
padding-bottom: 0 !important;
}
td:dir(rtl), th:dir(rtl) {
text-align: right;
}
p.top {
margin-top: 0px;
}
@@ -479,3 +483,7 @@ section.section:not(.\~neutral) {
.gap-2 > .button.inside-input {
margin-left: calc(var(--inside-input-base) - 2.0*var(--tailwind-spacing));
}
.force-ltr {
direction: ltr !important;
}

View File

@@ -29,7 +29,7 @@ html:not(.dark) .wall {
}
.modal-close {
float: right;
float: inline-end;
color: #aaa;
font-weight: normal;
}