Poprawki responsywności

This commit is contained in:
2022-07-23 23:45:53 +02:00
parent 4e0fb5dc01
commit 9b86e07152
3 changed files with 11 additions and 6 deletions
@@ -104,6 +104,9 @@ export default defineComponent({
} }
@include smallScreen { @include smallScreen {
.history-list {
font-size: 1.2em;
}
.list-item { .list-item {
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
@@ -106,6 +106,9 @@ 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; font-size: 1.05em;
+5 -6
View File
@@ -260,16 +260,15 @@ button.back-btn {
border-radius: 1em; border-radius: 1em;
height: auto; height: auto;
} }
.info-actions {
flex-wrap: wrap;
}
} }
@include smallScreen { @include smallScreen {
.scenery-left, .scenery-left {
.scenery-right {
max-height: 100vh; max-height: 100vh;
} }
.scenery-right {
height: 100vh;
}
} }
</style> </style>