Skip to content

Commit

Permalink
Fix rewards size
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Apr 25, 2023
1 parent ff1fc44 commit 1c7c9ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ button {
.masternode-rewards-list {
overflow: auto;
font-size: large;
height: 85%;
height: 55%;
}

#staking-rectangle {
Expand Down Expand Up @@ -688,6 +688,7 @@ button {
margin-right: auto !important;
height: 220px;
margin: 30px 5px 10px;
display: inline-block;
}


Expand Down

0 comments on commit 1c7c9ed

Please sign in to comment.