Poprawki widoków

This commit is contained in:
2022-06-12 23:04:09 +02:00
parent 6167ab5826
commit e9e4096ba1
5 changed files with 12 additions and 17 deletions
@@ -277,17 +277,13 @@ export default defineComponent({
&-enter-from,
&-leave-to {
transform: translate(-100%, -50%);
transform: translate(-50%, -50%) scale(0.8);
opacity: 0;
}
}
.filter-card {
font-size: 0.95em;
@include smallScreen() {
font-size: 1em;
}
font-size: 1em;
}
.card {
&_btn {
@@ -295,7 +291,7 @@ export default defineComponent({
display: flex;
align-items: center;
padding: 0.5em;
padding: 0.5em 1em;
border-radius: 1em 1em 0 0;
/* border-radius: 0 0.9em 0.9em 0; */
@@ -304,6 +300,7 @@ export default defineComponent({
img {
width: 1.5em;
margin-right: 0.5em;
}
}
+4 -1
View File
@@ -409,7 +409,7 @@ tr.station {
@include smallScreen() {
margin: 0;
padding: 0.3em 0.5em;
font-size: 1.1em;
font-size: 1em;
}
}
}
@@ -477,6 +477,9 @@ td.station {
border-radius: 0.5em;
@include smallScreen() {
width: 24px;
height: 24px;
font-size: 10px;
}
}
}