mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-10 12:38:52 +01:00
🎨 style: standardize dropdown styling & fix z-Index layering (#6939)
* fix: Dropdown settings * refactor: classname cleanup * refactor: export modal * fix: Export dropdown
This commit is contained in:
parent
52f146dd97
commit
150116eefe
8 changed files with 39 additions and 39 deletions
|
|
@ -2518,7 +2518,7 @@ html {
|
|||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: var(--border-light);
|
||||
background-color: hsl(var(--background));
|
||||
background-color: var(--surface-primary);
|
||||
padding: 0.5rem;
|
||||
color: var(--text-primary);
|
||||
box-shadow:
|
||||
|
|
@ -2542,7 +2542,7 @@ html {
|
|||
}
|
||||
|
||||
.popover-ui:where(.dark, .dark *) {
|
||||
background-color: hsl(var(--secondary));
|
||||
background-color: var(--surface-secondary);
|
||||
color: var(--text-secondary);
|
||||
box-shadow:
|
||||
0 10px 15px -3px rgb(0 0 0 / 0.25),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue