mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 20:30:15 +01:00
♻️ Improve setInlineStyle (#15193)
This commit is contained in:
parent
d76c63a456
commit
f2efa61cf0
2 changed files with 11 additions and 16 deletions
|
|
@ -105,8 +105,8 @@
|
|||
}
|
||||
|
||||
svg {
|
||||
height: 14px;
|
||||
color: var(--b3-theme-on-surface-light);
|
||||
height: calc(var(--b3-font-size-editor) * 1.625);
|
||||
width: 14px;
|
||||
float: left;
|
||||
transition: var(--b3-color-transition);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue