mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 05:28:07 +01:00
🎨 Unify document icon font family (#8485)
This commit is contained in:
parent
455a5739ef
commit
dabf7c7ad5
2 changed files with 4 additions and 0 deletions
|
|
@ -282,6 +282,7 @@
|
|||
padding: 4px 0 4px 8px;
|
||||
line-height: 22px;
|
||||
flex-shrink: 0;
|
||||
font-family: var(--b3-font-family-emoji);
|
||||
|
||||
& > img,
|
||||
& > svg {
|
||||
|
|
@ -298,6 +299,7 @@
|
|||
height: 14px;
|
||||
width: 14px;
|
||||
flex-shrink: 0;
|
||||
font-family: var(--b3-font-family-emoji);
|
||||
}
|
||||
|
||||
&__text {
|
||||
|
|
|
|||
|
|
@ -123,6 +123,7 @@
|
|||
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
font-family: var(--b3-font-family-emoji);
|
||||
margin-right: 4px;
|
||||
line-height: 22px;
|
||||
transition: var(--b3-transition);
|
||||
|
|
@ -155,6 +156,7 @@
|
|||
width: 14px;
|
||||
line-height: 14px;
|
||||
font-size: 12px;
|
||||
font-family: var(--b3-font-family-emoji);
|
||||
|
||||
// doc icon in the bookmark panel
|
||||
svg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue