diff --git a/css/base.css b/css/base.css index fe1421e..bfa701b 100644 --- a/css/base.css +++ b/css/base.css @@ -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; +} diff --git a/css/modal.css b/css/modal.css index 11a0e27..a958251 100644 --- a/css/modal.css +++ b/css/modal.css @@ -29,7 +29,7 @@ html:not(.dark) .wall { } .modal-close { - float: right; + float: inline-end; color: #aaa; font-weight: normal; } diff --git a/html/admin.html b/html/admin.html index 0fefeee..6abf586 100644 --- a/html/admin.html +++ b/html/admin.html @@ -65,13 +65,13 @@ discord
Available under the MIT License. Font "Hanken Grotesk" available under SIL OFL 1.1 License.
-{{ .license }}
+ {{ .license }}