mirror of
https://github.com/Retropex/bitfeed.git
synced 2025-05-15 12:40:45 +02:00
Fix tx info width
This commit is contained in:
parent
5ace47c125
commit
ac81caafed
@ -14,7 +14,7 @@ function formatBTC (sats) {
|
|||||||
.tx-info {
|
.tx-info {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
width: 200px;
|
width: 240px;
|
||||||
display: block;
|
display: block;
|
||||||
transform: translate(-1rem, -120%);
|
transform: translate(-1rem, -120%);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user