Skip to content

Commit 3817027

Browse files
V48 Gate 3 (implementation-only): fix auxillaries panes' top-right spacing
1 parent 0b5262d commit 3817027

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

uapi/styles/auxillaries-bitcode.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@
4848
transform: none !important;
4949
}
5050

51+
/* The fixed Close/Sign Out row shares the overlay's top-right origin with the
52+
active pane's own content (the pane carries no top clearance of its own),
53+
so its readiness chips ("Ready" / "N panes available") render underneath
54+
the ~2.5rem-tall buttons. Reserve matching clearance so the pane's content
55+
starts below them instead. */
56+
.auxillaries-bitcode-surface.orbital-system-overlay .auxillaries-bitcode-pane {
57+
padding-top: 3.25rem;
58+
}
59+
5160
.auxillaries-bitcode-surface.orbital-system-overlay .auxillaries-bitcode-shell {
5261
width: min(100%, 92rem);
5362
height: calc(100dvh - var(--aux-bc-overlay-pad));

0 commit comments

Comments
 (0)