Skip to content

Commit

Permalink
Fix issues after PRs merge (#1360)
Browse files Browse the repository at this point in the history
* Fix

* Remove not used styles

---------

Co-authored-by: Stefan Popov <17688105+stefashkaa@users.noreply.github.com>
  • Loading branch information
stefashkaa and stefashkaa authored Mar 25, 2024
1 parent 6ecf97f commit 357bdbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -555,24 +555,6 @@ i.icon-divider {
justify-content: center;
}
}
@include desktop {
.app-main {
&.app-main--swap {
.app-menu {
&:not(.collapsed) {
position: relative;
}
&.collapsed {
& + .app-body {
margin-left: 74px;
}
}
}
}
}
}
</style>

<style lang="scss" scoped>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/staking/sora/views/ValidatorsType.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="container">
<staking-header :previous-page="SoraStakingPageNames.NewStake">
<staking-header :previous-page="SoraStakingPageNames.Overview">
{{ t('soraStaking.info.validators') }}
</staking-header>
<select-validators-mode @recommended="stakeWithSuggested" @selected="stakeWithSelected" />
Expand Down

0 comments on commit 357bdbf

Please sign in to comment.