widen the advanced screen
This commit is contained in:
parent
9aeccbb63a
commit
ae10ee9485
Binary file not shown.
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 129 KiB |
@ -5,7 +5,12 @@
|
|||||||
</Field>
|
</Field>
|
||||||
|
|
||||||
<Field label="advanced screens">
|
<Field label="advanced screens">
|
||||||
<input class="short" type="number" bind:value={advanced} min="0" />
|
<input
|
||||||
|
class="short advanced"
|
||||||
|
type="number"
|
||||||
|
bind:value={advanced}
|
||||||
|
min="0"
|
||||||
|
/>
|
||||||
</Field>
|
</Field>
|
||||||
</div>
|
</div>
|
||||||
</ShipItem>
|
</ShipItem>
|
||||||
@ -35,4 +40,8 @@
|
|||||||
gap: 2em;
|
gap: 2em;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
}
|
}
|
||||||
|
.advanced {
|
||||||
|
min-width: 8em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 129 KiB |
Loading…
Reference in New Issue
Block a user