Use monospace font for addresses on mobile

This commit is contained in:
nymkappa 2022-08-29 11:29:59 +02:00
parent c3604b5495
commit 680c85eee7
No known key found for this signature in database
GPG key ID: E155910B16E8BD04

View file

@ -705,6 +705,10 @@ th {
.locktime { color: #ff8c00 }
.reserved { color: #ff8c00 }
.shortable-address {
font-family: monospace;
}
.rtl-layout {
.navbar-brand {
@ -881,6 +885,7 @@ th {
.shortable-address {
direction: ltr;
font-family: monospace;
}
.lastest-blocks-table {