Skip to content

Commit 2e0fd9b

Browse files
committed
Fixiki
1 parent 54df060 commit 2e0fd9b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

components/modules/block/BlockOverview.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ const handleViewRawTransactions = () => {
857857
text-align: left;
858858
padding: 0;
859859
padding-right: 16px;
860-
padding-top: 4px;
860+
padding-top: 8px;
861861
padding-bottom: 8px;
862862
863863
&:first-child {
@@ -905,7 +905,7 @@ const handleViewRawTransactions = () => {
905905
.filters {
906906
border-bottom: 1px dashed var(--op-8);
907907
908-
padding: 12px 8px 12px 8px;
908+
padding: 4px 8px 6px 8px;
909909
}
910910
911911
.empty {

components/widgets/StakingWidget.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ onMounted(() => {
258258
height: 4px;
259259
260260
border-radius: 2px;
261-
cursor: pointer;
261+
/* cursor: pointer; */
262262
263263
margin-right: 4px;
264264
margin-bottom: 4px;

0 commit comments

Comments
 (0)