fix(web): remove sidebar header white background in modern theme

This commit is contained in:
qer 2026-06-10 03:27:33 +08:00 committed by haozhe.yang
parent 58139d06a5
commit 52750eec62
2 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-web": patch
---
Remove the white background override on the sidebar header in Modern theme so the right border extends seamlessly from top to bottom.

View file

@ -208,9 +208,10 @@ html[data-theme="modern"] .se.on {
box-shadow: inset 0 0 0 1px var(--bd);
}
/* Tab bar + column header → clean white strips with a single hairline. */
html[data-theme="modern"] .tabs,
html[data-theme="modern"] .ch {
/* Tab bar clean white strip with a single hairline.
Sidebar header (.ch) keeps the sidebar body color so the right border
extends seamlessly from top to bottom. */
html[data-theme="modern"] .tabs {
background: #fff;
}