Merge pull request #2612 from mempool/simon/show-ln-capacity-on-mobile
Display LN capacity on mobile
This commit is contained in:
commit
ddb1e97ce0
@ -38,7 +38,8 @@
|
||||
&.more-padding {
|
||||
padding-top: 10px;
|
||||
}
|
||||
&:first-child{
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
display: none;
|
||||
@media (min-width: 485px) {
|
||||
display: block;
|
||||
@ -50,9 +51,6 @@
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.card-text span {
|
||||
color: #ffffff66;
|
||||
font-size: 12px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user