Display coinbase and op return messages all the time.

This commit is contained in:
softsimon
2020-06-06 23:50:08 +07:00
parent 6662bc4646
commit 4bef9f9b79
3 changed files with 26 additions and 2 deletions

View File

@@ -59,8 +59,26 @@
background-color:#6c757d;
}
.scriptmessage {
max-width: 280px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
}
.scriptmessage.longer {
max-width: 500px;
}
@media (max-width: 767.98px) {
.mobile-bottomcol {
margin-top: 15px;
}
.scriptmessage {
max-width: 90px !important;
}
.scriptmessage.longer {
max-width: 280px !important;
}
}