mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
90296016e3
commit
9f5f5e128b
1 changed files with 5 additions and 4 deletions
|
|
@ -952,9 +952,10 @@
|
|||
svg {
|
||||
padding: 5px;
|
||||
float: left;
|
||||
width: calc(1em - 6px);
|
||||
height: calc(1em - 6px);
|
||||
width: calc(1.625em - 12px);
|
||||
height: calc(1.625em - 12px);
|
||||
transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1), opacity 1s cubic-bezier(0, 0, 0.2, 1);
|
||||
font-size: 87.5%;
|
||||
}
|
||||
|
||||
&--hover {
|
||||
|
|
@ -962,8 +963,8 @@
|
|||
|
||||
svg {
|
||||
padding: 4px;
|
||||
width: calc(1em - 4px);
|
||||
height: calc(1em - 4px);
|
||||
width: calc(1.625em - 10px);
|
||||
height: calc(1.625em - 10px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue