Merge pull request #1012 from mempool/simon/cpfp-button-overlap-fix

Correcting CPFP button position on mobile
This commit is contained in:
softsimon
2021-12-15 13:11:04 +04:00
committed by GitHub
2 changed files with 9 additions and 3 deletions

View File

@@ -117,7 +117,6 @@
}
}
.title {
h2 {
line-height: 1;
@@ -127,7 +126,14 @@
}
.btn-outline-info {
margin-top: -10px;
margin-top: 5px;
@media (min-width: 768px){
margin-top: 0px;
}
}
.details-button {
margin-top: -5px;
@media (min-width: 768px){
display: inline-block;
margin-top: 0px;