mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-16 23:45:33 +01:00
mobile style, for input panel and regenerate buttons
This commit is contained in:
parent
ef9f1ee1cf
commit
a8c53f1f0d
3 changed files with 25 additions and 12 deletions
|
|
@ -46,6 +46,20 @@
|
|||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.input-panel-button {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.input-panel-button svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.input-panel {
|
||||
background: rgb(52,53,65) !important;
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
.nav-close-button {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue