From 96afe03001c147aefa996b12ee81833e263d0a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Sun, 10 Mar 2024 03:08:35 +0900 Subject: [PATCH] style: reward pagination details --- static/styles/rewards/claim-table.css | 8 +------- static/styles/rewards/pay.css | 3 ++- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/static/styles/rewards/claim-table.css b/static/styles/rewards/claim-table.css index 04ccf1be..f0cb7980 100644 --- a/static/styles/rewards/claim-table.css +++ b/static/styles/rewards/claim-table.css @@ -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; } diff --git a/static/styles/rewards/pay.css b/static/styles/rewards/pay.css index c56e504c..f98c454e 100644 --- a/static/styles/rewards/pay.css +++ b/static/styles/rewards/pay.css @@ -147,7 +147,8 @@ footer { flex-direction: row; align-items: center; align-self: center; - margin-bottom: 10px; + margin: 12px auto; + opacity: 0.5; } #prevTx,