Merge pull request #2430 from mempool/nymkappa/bugfix/mobile-addr-monospace

Use monospace font for addresses on mobile
This commit is contained in:
softsimon 2022-08-29 22:15:47 +02:00 committed by GitHub
commit d1c7105a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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