Skip to content

Commit

Permalink
Changed viewport of currency accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaikouu committed May 14, 2024
1 parent 85edbde commit 99f0187
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
margin-left: 320px;
margin-top: 0px;
margin-right: 20px;
height: 85vh
}

.selected-account-container {
height: 100%;
flex: 4;
width: 80%;
width: 85%;
color: #dbdbdb;
margin-top: 20px;
margin-bottom: 50px;
Expand Down Expand Up @@ -96,7 +98,7 @@
.custom-container {
flex: 0 0 20vw;
width: 15vw;
height: 90vh;
height: 100%;
position: sticky;
top: 0;
display: flex;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.sidebar-left {
width: 324px;
height: 100vh;
width: 280px;
height: 100%;
color: #DBDBDB;
position: absolute;
border-right: 2px solid #446475;
Expand Down

0 comments on commit 99f0187

Please sign in to comment.