Skip to content

Commit

Permalink
style: reward pagination details
Browse files Browse the repository at this point in the history
0x4007 committed Mar 9, 2024

Verified

This commit was signed with the committer’s verified signature.
0x4007 アレクサンダー.eth
1 parent 0dd647f commit 96afe03
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 1 addition & 7 deletions static/styles/rewards/claim-table.css
Original file line number Diff line number Diff line change
@@ -137,7 +137,7 @@ table[data-claim-rendered] button {
opacity: 0.5;
}
table[data-claim-rendered] button.hide {
display:none !important;
display: none !important;
}
table[data-claim-rendered] button:disabled {
opacity: 0.5;
@@ -291,12 +291,6 @@ table[data-claim="ok"] tbody {
color: #fff;
}

.show-pagination {
display: flex;
cursor: pointer;
padding: 10px;
}

.hide-pagination {
display: none;
}
3 changes: 2 additions & 1 deletion static/styles/rewards/pay.css
Original file line number Diff line number Diff line change
@@ -147,7 +147,8 @@ footer {
flex-direction: row;
align-items: center;
align-self: center;
margin-bottom: 10px;
margin: 12px auto;
opacity: 0.5;
}

#prevTx,

0 comments on commit 96afe03

Please sign in to comment.