Poprawki wizualne responsywności

This commit is contained in:
2021-03-13 19:11:00 +01:00
parent 2f2c247574
commit 12c7c44014
15 changed files with 127 additions and 116 deletions
+6 -1
View File
@@ -152,7 +152,11 @@ export default class FilterCard extends Vue {
@import "../../styles/card";
.card {
font-size: 1.45em;
font-size: 1.25em;
@include smallScreen() {
font-size: 1.35em;
}
&-title {
font-size: 2em;
@@ -186,6 +190,7 @@ export default class FilterCard extends Vue {
button {
margin: 0 0.3em;
border: 1px solid white;
font-size: 0.85em;
}
}
+9 -8
View File
@@ -208,7 +208,7 @@
</div>
<div class="no-stations" v-if="stations.length == 0">
Ups! Brak stacji do wyświetlenia!
{{ $t("sceneries.no-stations") }}
</div>
</section>
</template>
@@ -310,7 +310,6 @@ $rowCol: #4b4b4b;
section.station_table {
overflow: auto;
overflow-y: hidden;
font-size: calc(0.55rem + 0.35vw);
font-weight: 500;
}
@@ -365,14 +364,14 @@ tr.station {
}
& > td {
padding: 0.3rem 1rem;
padding: 0.25em 1em;
text-align: center;
cursor: pointer;
@include smallScreen() {
margin: 0;
padding: 0.1rem 0.5rem;
padding: 0.1em 0.5em;
}
}
}
@@ -416,8 +415,10 @@ td.station {
}
.track {
margin: 0 0.3rem;
padding: 0.5em;
margin: 0 0.3em;
padding: 0.35em 0.1em;
font-size: 1.05em;
white-space: pre-wrap;
}
}
@@ -438,8 +439,8 @@ td.station {
text-align: center;
font-size: 1.5em;
padding: 1rem;
margin: 1rem 0;
padding: 1em;
margin: 1em 0;
background: #333;
}