Vanessa 2024-12-28 11:37:59 +08:00
parent fddafb396c
commit ed18ac6810
3 changed files with 16 additions and 4 deletions

View file

@ -293,6 +293,15 @@
.b3-menu__avemoji {
display: inline-block;
font-size: 1em;
line-height: normal;
height: auto;
img {
height: calc(1.625em - 10px);
font-size: 1em;
width: calc(1.625em - 10px);
}
}
&[data-wrap="true"] {
@ -550,6 +559,7 @@
background-color: var(--b3-theme-primary-lighter);
z-index: 3;
}
&.dragover__top::after {
top: -2.5px;
}

View file

@ -136,7 +136,6 @@
border-radius: var(--b3-border-radius);
display: flex;
align-items: center;
min-width: 19px;
justify-content: center;
&:hover {