mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore(app): displaying migration card only on web.app domain
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
closeMigrateInfoCard() {
|
closeMigrateInfoCard() {
|
||||||
this.isMigrateInfoCardOpen = false;
|
this.isMigrateInfoCardOpen = false;
|
||||||
// StorageManager.setBooleanValue(MIGRATE_INFO_CARD_SEEN_KEY, true);
|
StorageManager.setBooleanValue(MIGRATE_INFO_CARD_SEEN_KEY, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -17,9 +17,9 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a class="new-link" href="https://stacjownik-td2.spythere.eu/"
|
<a class="new-link" href="https://stacjownik-td2.spythere.eu/" target="_blank">
|
||||||
>https://stacjownik-td2.spythere.eu/</a
|
https://stacjownik-td2.spythere.eu/
|
||||||
>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -66,7 +66,7 @@ function toggleCard() {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.body-content {
|
.body-content {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
min-height: 300px;
|
min-height: 500px;
|
||||||
padding: 1em 0.5em;
|
padding: 1em 0.5em;
|
||||||
|
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|||||||
@@ -85,10 +85,4 @@ export default defineComponent({
|
|||||||
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include responsive.smallScreen{
|
|
||||||
.card {
|
|
||||||
align-items: flex-start;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user