[fix](trx-frontend-http): restore full-width spectrum layout
Co-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
--card-base-max-width: 1280px;
|
--card-base-max-width: 1280px;
|
||||||
--card-max-width: 1600px;
|
--card-max-width: 1600px;
|
||||||
--card-bookmark-gutter: 4rem;
|
--card-bookmark-gutter: 4rem;
|
||||||
--signal-visual-max-width: 67.5rem;
|
|
||||||
--spectrum-bookmark-side-width: 6.5rem;
|
--spectrum-bookmark-side-width: 6.5rem;
|
||||||
--spectrum-bookmark-side-offset: 8.85rem;
|
--spectrum-bookmark-side-offset: 8.85rem;
|
||||||
}
|
}
|
||||||
@@ -632,8 +631,7 @@ small { color: var(--text-muted); }
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
width: min(100%, var(--signal-visual-max-width));
|
margin-bottom: 0.9rem;
|
||||||
margin: 0 auto 0.9rem;
|
|
||||||
}
|
}
|
||||||
#signal-split-control {
|
#signal-split-control {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user