提交 f5967399 编写于 作者: Y Yuin Chien

updated floating button sizes

上级 fcc4877b
......@@ -180,7 +180,7 @@ strong {
bottom: 1rem;
right: 1rem;
padding: 0.5rem;
padding: 0.75rem;
border-radius: 2rem;
margin-bottom: 0px;
......@@ -196,7 +196,7 @@ strong {
}
#button img {
display: block;
width: var(--icon-size)
width: calc(1.125 * var(--icon-size));
}
a.permalink {
......
......@@ -325,7 +325,7 @@ iframe {
position: fixed;
bottom: 1rem;
right: 1rem;
padding: 0.5rem;
padding: 0.75rem;
border-radius: 2rem;
margin-bottom: 0px;
background-color: #FFF;
......@@ -341,13 +341,14 @@ iframe {
#button img {
display: block;
width: var(--icon-size)
width: calc(1.125 * var(--icon-size));
}
#button.text {
padding-right: 1rem;
padding-left: 1rem;
padding-right: 1.2rem;
padding-left: 1.2rem;
color: var(--color-blue);
opacity: 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册