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

@ -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;