mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-17 07:55:32 +01:00
🎨 style: settings tab update (#3088)
* style: settings UI update * style: update UI * style: update button style * fix: scroll settings on mobile * feat: `?` for settings
This commit is contained in:
parent
4319c62e66
commit
0424f8fe55
36 changed files with 359 additions and 173 deletions
|
|
@ -1057,7 +1057,8 @@ button {
|
|||
font-weight:500;
|
||||
line-height:1.25rem;
|
||||
padding:.5rem .75rem;
|
||||
pointer-events:auto
|
||||
pointer-events:auto;
|
||||
transition: all 0.1s ease-in-out;
|
||||
}
|
||||
.custom-btn {
|
||||
align-items: center;
|
||||
|
|
@ -1068,6 +1069,7 @@ button {
|
|||
font-size: 0.875rem;
|
||||
line-height: 1.25rem;
|
||||
padding: 0.5rem 0.75rem;
|
||||
transition: all 0.1s ease-in-out;
|
||||
}
|
||||
.btn:focus {
|
||||
outline: 2px solid transparent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue