mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-30 12:15:16 +01:00
This commit is contained in:
parent
e014b02478
commit
ee92809ef0
6 changed files with 24 additions and 11 deletions
|
|
@ -518,7 +518,7 @@
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
&__item[data-type="nobg"] .b3-menu__label {
|
||||
&__item[data-type="nobg"] {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -111,12 +111,9 @@
|
|||
|
||||
&__icon {
|
||||
svg, img {
|
||||
float: left;
|
||||
margin: 3px 0;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
color: var(--b3-theme-on-surface);
|
||||
border-radius: var(--b3-border-radius);
|
||||
}
|
||||
|
||||
text-align: center;
|
||||
|
|
@ -129,6 +126,8 @@
|
|||
padding: 0 4px;
|
||||
flex-shrink: 0;
|
||||
border-radius: var(--b3-border-radius);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&:hover {
|
||||
color: var(--b3-theme-on-background);
|
||||
|
|
|
|||
|
|
@ -290,6 +290,20 @@
|
|||
}
|
||||
}
|
||||
|
||||
&__avemoji {
|
||||
@extend .b3-list-item__icon;
|
||||
align-self: center;
|
||||
margin-left: -4px;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
|
||||
svg, img {
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
color: var(--b3-theme-on-surface);
|
||||
}
|
||||
}
|
||||
|
||||
&__checked {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue