Increase precision of out-of-band fees on the block page

This commit is contained in:
Mononaut
2024-03-15 07:46:04 +00:00
parent c12e664b9a
commit fb852b73e9
2 changed files with 12 additions and 4 deletions

View File

@@ -70,6 +70,14 @@
}
}
.audit-col {
max-width: 50%;
&.mobile {
max-width: 100%;
}
}
.block-subtitle.actual a {
position: absolute;
top: -3px;