Merge pull request #4706 from mempool/natsoni/fix-liquid-dashboard-safari
Fix liquid dashboard css
This commit is contained in:
commit
18b1805ff3
@ -1,4 +1,4 @@
|
|||||||
<div [ngClass]="{'widget': widget}">
|
<div [ngClass]="{'widget': widget, 'extra-margin-right': widget}">
|
||||||
|
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
|
|
||||||
|
@ -4,6 +4,12 @@
|
|||||||
margin-top: 13px;
|
margin-top: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.extra-margin-right {
|
||||||
|
@media (max-width: 380px) {
|
||||||
|
margin-left: -10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
tr, td, th {
|
tr, td, th {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
padding-top: 0.65rem;
|
padding-top: 0.65rem;
|
||||||
|
@ -31,7 +31,7 @@ tr, td, th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.transaction {
|
.transaction {
|
||||||
width: 20%;
|
width: 65%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -57,7 +57,7 @@ tr, td, th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
width: 20%;
|
width: 50%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -427,6 +427,7 @@
|
|||||||
|
|
||||||
.card-title-liquid {
|
.card-title-liquid {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.in-progress-message {
|
.in-progress-message {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user