mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki w wyglądzie
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user