提交 ce45d4cd 编写于 作者: G Gabriele Cirulli

improve bitcoin popup for mobile

上级 ff72bf8a
......@@ -697,3 +697,12 @@ hr {
opacity: 1;
top: -45px;
pointer-events: auto; }
@media screen and (max-width: 480px) {
.btc-donate .address {
margin-right: -85px;
width: 300px; }
.btc-donate .address code {
font-size: 13px; }
.btc-donate .address:after {
left: 73%;
bottom: 2px; } }
......@@ -559,4 +559,22 @@ hr {
pointer-events: auto;
}
}
// Styles for small screens
@include smaller(480px) {
.address{
margin-right: -85px;
// background: red;
width: 300px;
code {
font-size: 13px;
}
&:after {
left: 73%;
bottom: 2px;
}
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册