mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 13:58:12 +00:00
Poprawki responsywności
This commit is contained in:
@@ -128,6 +128,10 @@ export default defineComponent({
|
|||||||
.header {
|
.header {
|
||||||
&_body {
|
&_body {
|
||||||
max-width: 21em;
|
max-width: 21em;
|
||||||
|
|
||||||
|
@include smallScreen {
|
||||||
|
max-width: 18em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&_container {
|
&_container {
|
||||||
@@ -141,8 +145,11 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
&_brand {
|
&_brand {
|
||||||
|
display: flex;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -111,6 +111,8 @@ li.sticky {
|
|||||||
|
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
padding: 0.75em;
|
||||||
|
|
||||||
&.online {
|
&.online {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
@include smallScreen {
|
@include smallScreen {
|
||||||
.history-list {
|
.history-list {
|
||||||
font-size: 1.2em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
.list-item {
|
.list-item {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -31,14 +31,9 @@ export default defineComponent({
|
|||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
font-size: 3.5em;
|
font-size: 3em;
|
||||||
padding: 0 0.5em;
|
|
||||||
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
||||||
@include smallScreen() {
|
|
||||||
font-size: 2.75em;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.scenery-hash {
|
.scenery-hash {
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ h3.section-header {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
font-size: 1.5em;
|
font-size: 1.2em;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 1.1em;
|
width: 1.1em;
|
||||||
@@ -127,7 +127,6 @@ h3.section-header {
|
|||||||
|
|
||||||
.info-general {
|
.info-general {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
font-size: 1.1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.general-list {
|
.general-list {
|
||||||
|
|||||||
@@ -505,8 +505,6 @@ export default defineComponent({
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
font-size: 1.05em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-general {
|
&-general {
|
||||||
|
|||||||
@@ -33,7 +33,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
import { defineComponent, PropType } from 'vue';
|
import { defineComponent, PropType } from 'vue';
|
||||||
import dateMixin from '../../mixins/dateMixin';
|
import dateMixin from '../../mixins/dateMixin';
|
||||||
@@ -106,13 +105,8 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include smallScreen {
|
@include smallScreen {
|
||||||
.history-list {
|
|
||||||
font-size: 1.1em;
|
|
||||||
}
|
|
||||||
.list-item {
|
.list-item {
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
font-size: 1.05em;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
@@ -248,6 +248,7 @@ export default defineComponent({
|
|||||||
gap: 1em 0;
|
gap: 1em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
font-size: 1.15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.train-stats {
|
.train-stats {
|
||||||
|
|||||||
@@ -126,6 +126,9 @@ h1.option-title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include smallScreen() {
|
@include smallScreen() {
|
||||||
|
.filters-options {
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
@@ -137,6 +140,7 @@ h1.option-title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.options_wrapper {
|
.options_wrapper {
|
||||||
|
font-size: 1.1em;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -209,15 +209,15 @@ button.back-btn {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 0.75em;
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
margin: 0.5em;
|
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
box-shadow: 0 0 10px 4px #242424;
|
box-shadow: 0 0 10px 4px #242424;
|
||||||
|
|
||||||
&[data-checked='true'] {
|
&[data-checked='true'] {
|
||||||
color: var(--clr-primary);
|
color: var(--clr-primary);
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user