diff --git a/src/App.vue b/src/App.vue index 32d350e..bea6796 100644 --- a/src/App.vue +++ b/src/App.vue @@ -45,7 +45,7 @@ function handleMigrationInfo() { // Do not show if already acknowledged if (showInfo === 'false') return; - + setTimeout(() => { store.isMigrationInfoOpen = true; }, 2000); @@ -82,9 +82,5 @@ function loadStockDataFromStorage() { @include responsive.midScreen { font-size: calc(0.7rem + 0.75vw); } - - @include responsive.midScreenLandscape { - font-size: calc(0.75rem + 0.4vw); - } }