Skip to content

Commit

Permalink
fix: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
impelcrypto committed Feb 23, 2024
1 parent a1f1dce commit dfff212
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/pages/BridgePage.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-if="isReady" class="page--bridge">
<div v-if="isReady">
<!-- Fixme: scroll to top when the app was routed from other page -->
<router-view id="bridge-top" />
</div>
Expand Down Expand Up @@ -28,13 +28,4 @@ export default defineComponent({
padding: 0 16px;
}
}
.page--bridge {
/* @media (min-width: $lg) {
height: calc(100vh - 96px - 36px - 120px - 74px);
}
@media (min-width: $xl) {
height: calc(100vh - 96px - 36px - 120px - 36px);
} */
}
</style>

0 comments on commit dfff212

Please sign in to comment.