Skip to content

Commit

Permalink
🎨 #13241
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Dec 14, 2024
1 parent 039930c commit d410d30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions app/src/assets/scss/business/_emojis.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

.emoji__dynamic {
&-item {
width: 74px;
width: 73px;
margin: 8px;
cursor: pointer;
transition: var(--b3-transition);
Expand All @@ -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);
Expand All @@ -60,7 +59,7 @@
margin: 1px;
overflow: hidden;
border-radius: var(--b3-border-radius);
min-width: 32px;
width: 32px;

img, svg {
height: 24px;
Expand Down
2 changes: 1 addition & 1 deletion app/src/emoji/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit d410d30

Please sign in to comment.