mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
This commit is contained in:
parent
039930c2d8
commit
d410d30975
2 changed files with 6 additions and 7 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
.emoji__dynamic {
|
||||
&-item {
|
||||
width: 74px;
|
||||
width: 73px;
|
||||
margin: 8px;
|
||||
cursor: pointer;
|
||||
transition: var(--b3-transition);
|
||||
|
|
@ -46,12 +46,11 @@
|
|||
}
|
||||
|
||||
&__item {
|
||||
font-size: 24px;
|
||||
line-height: .9em; // windows 需要这样设置
|
||||
font-size: 19px;
|
||||
font-family: var(--b3-font-family-emoji);
|
||||
text-align: center;
|
||||
height: 28px;
|
||||
padding: 2px 4px;
|
||||
height: 32px;
|
||||
padding: 4px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
transition: var(--b3-transition);
|
||||
|
|
@ -60,7 +59,7 @@
|
|||
margin: 1px;
|
||||
overflow: hidden;
|
||||
border-radius: var(--b3-border-radius);
|
||||
min-width: 32px;
|
||||
width: 32px;
|
||||
|
||||
img, svg {
|
||||
height: 24px;
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@ export const openEmojiPanel = (id: string, type: "doc" | "notebook" | "av", posi
|
|||
disableAnimation: true,
|
||||
transparent: true,
|
||||
hideCloseIcon: true,
|
||||
width: isMobile() ? "80vw" : "372px",
|
||||
width: isMobile() ? "80vw" : "368px",
|
||||
height: "50vh",
|
||||
content: `<div class="emojis">
|
||||
<div class="emojis__tabheader">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue