Poprawki w wyglądzie

This commit is contained in:
2021-03-20 21:59:00 +01:00
parent c0e8c000dd
commit 2f253bbb48
4 changed files with 5 additions and 13 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ export default class App extends Vue {
@Action("synchronizeData") synchronizeData; @Action("synchronizeData") synchronizeData;
@Getter("getAllData") data; @Getter("getAllData") data;
private VERSION = "1.4.3"; private VERSION = "1.4.4";
hasReleaseNotes = false; hasReleaseNotes = false;
updateModalVisible = false; updateModalVisible = false;
+1 -1
View File
@@ -232,7 +232,7 @@ export default class TrainOptions extends Vue {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 0.25em 0.5em; padding: 0.5em 0.5em;
min-width: 200px; min-width: 200px;
cursor: pointer; cursor: pointer;
+2 -2
View File
@@ -227,7 +227,7 @@ export default class TrainStats extends Vue {
} }
&-header { &-header {
margin-bottom: 1rem; margin-bottom: 0.85em;
} }
&-body { &-body {
@@ -239,7 +239,7 @@ export default class TrainStats extends Vue {
background: #222; background: #222;
border-radius: 0 1em 1em 1em; border-radius: 0 1em 1em 1em;
padding: 1rem; padding: 1em;
} }
&-content { &-content {
+1 -9
View File
@@ -263,9 +263,7 @@ export default class TrainTable extends Vue {
& > .wrapper { & > .wrapper {
display: grid; display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2em 0;
// @include midScreen() { // @include midScreen() {
// grid-template-columns: 1fr; // grid-template-columns: 1fr;
@@ -423,12 +421,6 @@ export default class TrainTable extends Vue {
} }
} }
@include bigScreen() {
.item {
font-size: 1em;
}
}
@include smallScreen() { @include smallScreen() {
.info-bottom { .info-bottom {
text-align: center; text-align: center;