mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-29 20:12:37 +00:00
fix(web): remove sidebar header white background in modern theme
This commit is contained in:
parent
58139d06a5
commit
52750eec62
2 changed files with 9 additions and 3 deletions
5
.changeset/sidebar-header-border-fix.md
Normal file
5
.changeset/sidebar-header-border-fix.md
Normal 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.
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue