mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Poprawki responsywności
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user