mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-08 19:48:51 +01:00
🔄 feat: chat direction (LTR-RTL) (#3260)
* feat: chat direction * fix: FileRow * feat: smooth trigger transition
This commit is contained in:
parent
d5782ac66c
commit
237a0de8b6
31 changed files with 145 additions and 111 deletions
|
|
@ -1058,6 +1058,7 @@ button {
|
|||
border-color:transparent;
|
||||
border-radius:.5rem;
|
||||
border-width:1px;
|
||||
cursor: pointer;
|
||||
display:inline-flex;
|
||||
font-size:.875rem;
|
||||
font-weight:500;
|
||||
|
|
@ -2182,4 +2183,4 @@ ol ol):not(:where([class~=not-prose] *)) {
|
|||
.move-up {
|
||||
animation: moveUp 4s ease-in-out infinite;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue