We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5262d commit 3817027Copy full SHA for 3817027
1 file changed
uapi/styles/auxillaries-bitcode.css
@@ -48,6 +48,15 @@
48
transform: none !important;
49
}
50
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
+
60
.auxillaries-bitcode-surface.orbital-system-overlay .auxillaries-bitcode-shell {
61
width: min(100%, 92rem);
62
height: calc(100dvh - var(--aux-bc-overlay-pad));
0 commit comments