Skip to content

Commit

Permalink
fix: multi-wallet timeline container on small screen (#1152)
Browse files Browse the repository at this point in the history
* fix: multi-wallet timeline container on small screen

* fix: responsiveness issue on multi-wallet main screen
  • Loading branch information
greatertomi authored May 13, 2024
1 parent 16c0a35 commit 38e0c41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ $container-width: 840px;
max-height: 584px;
width: 100%;
height: 100%;
min-width: 650px;
overflow: auto;
}
:global(.ant-modal-body) {
padding: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
width: 204px;
border-right: 1px solid var(--light-mode-light-grey-plus, var(--dark-mode-mid-grey));
margin: size_unit(5) 0;
min-width: 200px;

.activeText {
@include text-bodySmall-semi-bold;
Expand Down

0 comments on commit 38e0c41

Please sign in to comment.