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 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>
|
||||
</div>
|
||||
</ShipItem>
|
||||
@ -35,4 +40,8 @@
|
||||
gap: 2em;
|
||||
align-items: baseline;
|
||||
}
|
||||
.advanced {
|
||||
min-width: 8em;
|
||||
text-align: center;
|
||||
}
|
||||
</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