mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-14 09:11:54 +00:00
Remove drop shadows from composer and user message bubbles
Strip shadow-composer (and its focus/open-state variants) from the composer surface, composer fallback surface, and the shared user-bubble base class. Also drop the !important box-shadow override on [data-slot=composer-surface] that re-applied the shadow regardless of the utility class, so the flatter look actually takes effect.
This commit is contained in:
parent
56236b16e3
commit
40386f33ec
3 changed files with 7 additions and 9 deletions
|
|
@ -943,7 +943,6 @@ canvas {
|
|||
|
||||
[data-slot='composer-surface'] {
|
||||
border-color: var(--ui-stroke-secondary) !important;
|
||||
box-shadow: var(--shadow-composer) !important;
|
||||
}
|
||||
|
||||
[data-slot='composer-fade'] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue