widen the advanced screen

docks66-json-schema
Yanick Champoux 2023-04-21 12:08:06 -04:00
parent 9aeccbb63a
commit ae10ee9485
3 changed files with 10 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 129 KiB

View File

@ -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