style(setup): space the drive badge from the facts that follow it
The badge had margin-left only, so on a one-line card the pill sat flush against the drive size — "default 911.9G". Symmetric margin now, since text follows it on the same line as well as preceding it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
6d31da917f
commit
3b602ddb53
@ -1219,7 +1219,9 @@ body.setup-wizard-open {
|
||||
because "why isn't my drive listed?" is a support burden we don't need. */
|
||||
.setup-storage-badge {
|
||||
display: inline-block;
|
||||
margin-left: 8px;
|
||||
/* Symmetric: the drive facts follow the badge on the same line, and with a
|
||||
left margin only the pill sat flush against "911.9G". */
|
||||
margin: 0 8px;
|
||||
padding: 1px 7px;
|
||||
border-radius: 10px;
|
||||
font-size: 0.72em;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user