chore(app): displaying migration card only on web.app domain

This commit is contained in:
2025-12-11 01:53:10 +01:00
parent b72ee13bdb
commit 6b4231496e
3 changed files with 5 additions and 11 deletions
-6
View File
@@ -85,10 +85,4 @@ export default defineComponent({
overflow: auto;
}
@include responsive.smallScreen{
.card {
align-items: flex-start;
}
}
</style>