We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54df060 commit 2e0fd9bCopy full SHA for 2e0fd9b
2 files changed
components/modules/block/BlockOverview.vue
@@ -857,7 +857,7 @@ const handleViewRawTransactions = () => {
857
text-align: left;
858
padding: 0;
859
padding-right: 16px;
860
- padding-top: 4px;
+ padding-top: 8px;
861
padding-bottom: 8px;
862
863
&:first-child {
@@ -905,7 +905,7 @@ const handleViewRawTransactions = () => {
905
.filters {
906
border-bottom: 1px dashed var(--op-8);
907
908
- padding: 12px 8px 12px 8px;
+ padding: 4px 8px 6px 8px;
909
}
910
911
.empty {
components/widgets/StakingWidget.vue
@@ -258,7 +258,7 @@ onMounted(() => {
258
height: 4px;
259
260
border-radius: 2px;
261
- cursor: pointer;
+ /* cursor: pointer; */
262
263
margin-right: 4px;
264
margin-bottom: 4px;
0 commit comments