mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 14:40:38 +01:00
Use monospace font for addresses on mobile
This commit is contained in:
parent
c3604b5495
commit
680c85eee7
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue