This commit is contained in:
epoberezkin
2026-01-17 09:52:32 +00:00
parent 9375a1a734
commit 41946e719c
251 changed files with 1006 additions and 727 deletions
+12
View File
@@ -646,6 +646,10 @@ video {
z-index: 49;
}
.order-last {
order: 9999;
}
.float-right {
float: right;
}
@@ -2098,6 +2102,10 @@ video {
outline-offset: 2px;
}
:is([dir="ltr"] .ltr\:order-first) {
order: -9999;
}
:is([dir="ltr"] .ltr\:mr-auto) {
margin-right: auto;
}
@@ -2116,6 +2124,10 @@ video {
border-bottom-right-radius: 34px;
}
:is([dir="rtl"] .rtl\:order-last) {
order: 9999;
}
:is([dir="rtl"] .rtl\:ml-auto) {
margin-left: auto;
}