mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-28 11:35:24 +00:00
deploy: c9193fb702
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user