mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
💄 边距动画效果统一
This commit is contained in:
parent
275852c86c
commit
e2edf8180d
1 changed files with 2 additions and 2 deletions
|
|
@ -330,7 +330,7 @@
|
|||
display: flex;
|
||||
position: absolute;
|
||||
height: 80px;
|
||||
transition: left .15s cubic-bezier(0, 0, .2, 1) 0ms;
|
||||
transition: left .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
||||
|
||||
.protyle-icons {
|
||||
position: initial;
|
||||
|
|
@ -347,7 +347,7 @@
|
|||
margin: 34px 16px 0 24px;
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
transition: margin .15s cubic-bezier(0, 0, .2, 1) 0ms;
|
||||
transition: margin .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
||||
|
||||
&:hover .protyle-title__icon {
|
||||
opacity: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue