mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 02:28:51 +01:00
fix: loading and send button, mobile style
feat: sibling switch, mobile style fix: only the real submitting message will blink feat: drop the text version username, use a similar square. (or it will mass up the sibling switch)
This commit is contained in:
parent
a4d5f6a3f2
commit
953f846958
5 changed files with 26 additions and 9 deletions
|
|
@ -22,6 +22,14 @@
|
|||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.sibling-switch {
|
||||
left: 114px;
|
||||
top: unset;
|
||||
bottom: 6px;
|
||||
visibility: visible;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.nav-close-button {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue