mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-18 08:25:30 +01:00
feature: ChatGPT style show/hide panel button, panel state saving in local storage (#575)
* Add nav bar state saving to local storage * Add ChatGPT style hide side panel button
This commit is contained in:
parent
88683b9cc5
commit
8e1473c3d8
5 changed files with 61 additions and 44 deletions
|
|
@ -3,12 +3,13 @@
|
|||
visibility: visible;
|
||||
}
|
||||
|
||||
.nav-close-button {
|
||||
.nav-open-button {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 100%;
|
||||
top: 12px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.nav-close-button {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.nav {
|
||||
|
|
@ -107,4 +108,9 @@
|
|||
|
||||
.input-panel {
|
||||
}
|
||||
|
||||
.nav-open-button
|
||||
{
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue