fix(host): review round — host-derived separator, click-safe blur cancel, dead wide prop

This commit is contained in:
creatixchu
2026-07-29 14:27:01 +08:00
parent 7714c9fa8b
commit 998a5f3381
6 changed files with 112 additions and 33 deletions
@@ -131,8 +131,8 @@
}
/* Miller content: symmetric 16px vertical padding so the divider clears the
* header and footer rules evenly; columns are 256 wide (or full width solo)
* with the hairline divider centered between them; each column scrolls alone. */
* header and footer rules evenly; each column scrolls alone (column widths
* live at .column). */
.content {
display: flex;
flex-direction: column;
@@ -143,9 +143,10 @@
padding: 16px 16px 16px 24px;
}
/* Two-pane columns split the row evenly around the divider; 256px is the
* floor below which the row scrolls (scrollbar hidden, the effect pins the
* child pane into view) instead of squeezing the panes. */
/* Columns split the row evenly around the divider (a solo column takes the
* whole row); 256px is the floor below which the row scrolls (scrollbar
* hidden, the effect pins the child pane into view) instead of squeezing
* the panes. */
.column {
display: flex;
flex-direction: column;
@@ -158,10 +159,6 @@
padding-right: 8px;
}
.columnWide {
width: 100%;
}
.divider {
flex: none;
width: 1px;