mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 07:48:49 +01:00
This commit is contained in:
parent
e66e8a7540
commit
2e1f55a084
1 changed files with 5 additions and 3 deletions
|
|
@ -249,7 +249,7 @@
|
|||
width: 80px;
|
||||
transition: var(--b3-transition);
|
||||
cursor: pointer;
|
||||
font-size: 80px;
|
||||
font-size: 68px; // 🔪显示不完整
|
||||
line-height: 80px;
|
||||
text-align: center;
|
||||
font-family: var(--b3-font-family-emoji);
|
||||
|
|
@ -261,6 +261,10 @@
|
|||
float: left;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
&:not(.fn__none) + .protyle-icons {
|
||||
margin-top: 57px;
|
||||
}
|
||||
}
|
||||
|
||||
&__img {
|
||||
|
|
@ -356,11 +360,9 @@
|
|||
bottom: 0;
|
||||
display: flex;
|
||||
position: absolute;
|
||||
height: 80px;
|
||||
|
||||
.protyle-icons {
|
||||
position: initial;
|
||||
margin-top: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue