Merge pull request #2612 from mempool/simon/show-ln-capacity-on-mobile

Display LN capacity on mobile
This commit is contained in:
wiz 2022-10-09 02:47:05 +09:00 committed by GitHub
commit ddb1e97ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,8 +37,9 @@
}
&.more-padding {
padding-top: 10px;
}
&:first-child{
}
&:last-child {
margin-bottom: 0;
display: none;
@media (min-width: 485px) {
display: block;
@ -48,10 +49,7 @@
}
@media (min-width: 992px) {
display: block;
}
}
&:last-child {
margin-bottom: 0;
}
}
.card-text span {
color: #ffffff66;