mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-04 20:18:12 +00:00
fix(app): to big font size for mid screen landscape responsiveness
This commit is contained in:
+1
-5
@@ -45,7 +45,7 @@ function handleMigrationInfo() {
|
|||||||
|
|
||||||
// Do not show if already acknowledged
|
// Do not show if already acknowledged
|
||||||
if (showInfo === 'false') return;
|
if (showInfo === 'false') return;
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
store.isMigrationInfoOpen = true;
|
store.isMigrationInfoOpen = true;
|
||||||
}, 2000);
|
}, 2000);
|
||||||
@@ -82,9 +82,5 @@ function loadStockDataFromStorage() {
|
|||||||
@include responsive.midScreen {
|
@include responsive.midScreen {
|
||||||
font-size: calc(0.7rem + 0.75vw);
|
font-size: calc(0.7rem + 0.75vw);
|
||||||
}
|
}
|
||||||
|
|
||||||
@include responsive.midScreenLandscape {
|
|
||||||
font-size: calc(0.75rem + 0.4vw);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user