Skip to content

Commit

Permalink
bugfix animation
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rak committed Dec 22, 2020
1 parent aafb18b commit d9be342
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/views/Wallets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
enter-active-class="wallets-layout__animation-active"
leave-active-class="wallets-layout__animation-active"
>
<wallet-info v-if="queryWallet" :key="queryWallet" :wallet="queryWallet" />
<wallet-info v-if="queryWallet" :wallet="queryWallet" />
</transition>
<div v-if="!queryWallet">
Выберите кошелек для получения дополнительной информации
Expand Down Expand Up @@ -154,10 +154,6 @@ export default {
height: 20px;
fill: $--white;
}
&__animation {
position: absolute;
width: 100%;
}
}
@include tablet {
.wallets-layout {
Expand Down

0 comments on commit d9be342

Please sign in to comment.