mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 07:32:34 +01:00
This commit is contained in:
parent
fddafb396c
commit
ed18ac6810
3 changed files with 16 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -136,7 +136,6 @@
|
|||
border-radius: var(--b3-border-radius);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-width: 19px;
|
||||
justify-content: center;
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue