Skip to content

Commit

Permalink
change tx visible in widget to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Polyakov committed Mar 25, 2024
1 parent 25b5f22 commit 7ef7f58
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 25 deletions.
15 changes: 15 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,21 @@ i.icon-divider {
justify-content: center;
}
}
@include desktop {
.app-main {
.app-menu {
&:not(.collapsed) {
position: relative;
}
&.collapsed {
& + .app-body {
margin-left: 74px;
}
}
}
}
}
</style>

<style lang="scss" scoped>
Expand Down
24 changes: 0 additions & 24 deletions src/components/pages/Swap/Widget/Chart.vue

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/pages/Swap/Widget/Transactions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default class SwapTransactionsWidget extends Mixins(ScrollableTableMixin)
}
}
pageAmount = 8; // override PaginationSearchMixin
pageAmount = 5; // override PaginationSearchMixin
private readonly operations = [Operation.Swap];
private interval: Nullable<ReturnType<typeof setInterval>> = null;
Expand Down

0 comments on commit 7ef7f58

Please sign in to comment.