Poprawki responsywności

This commit is contained in:
2022-11-09 16:12:26 +01:00
parent 0922e6fb87
commit bc8479924c
8 changed files with 56 additions and 55 deletions
+7 -2
View File
@@ -96,7 +96,7 @@ export default defineComponent({
this.store.chosenCargo = null;
this.store.chosenLoco = null;
this.store.chosenStockListIndex = -1;
this.store.swapVehicles = false;
stockArray.forEach((type, i) => {
@@ -179,7 +179,8 @@ export default defineComponent({
}
input {
min-width: 250px;
width: 100%;
max-width: 250px;
&::placeholder {
font-size: 0.9em;
@@ -243,6 +244,10 @@ input {
grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 400px) {
grid-template-columns: repeat(1, 1fr);
}
margin-bottom: 1em;
}