Rework conversation panel layout and sub-header styles

This commit is contained in:
Jamie
2026-01-06 08:14:26 -08:00
committed by GitHub
parent 7a2008a48c
commit fd4a55ef42
18 changed files with 692 additions and 585 deletions

View File

@@ -114,6 +114,16 @@
--color-shadow-elevation-5: light-dark(--alpha(#000 / 20%), --alpha(#000 / 40%));
--color-shadow-outline: light-dark(--alpha(#000 / 12%), /* */ transparent);
--color-shadow-highlight: light-dark(/* */ transparent, --alpha(#FFF / 08%));
/**
* Colors/Legacy
* -------------
* These should all eventually be removed, but in places where we need new
* components to specifically match the colors of older components, we can
* add them here.
*/
--color-legacy-conversation-header-bg: light-dark(#fff, #121212);
}
@layer theme {