mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
🎨 调整编辑器自适应动效,减少抖动感
This commit is contained in:
parent
cf62ae4e4c
commit
3a116b7cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.protyle-wysiwyg {
|
||||
padding: 34px 16px 16px 24px;
|
||||
cursor: text;
|
||||
transition: padding .15s cubic-bezier(0, 0, .2, 1) 0ms;
|
||||
transition: padding .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
||||
box-sizing: border-box;
|
||||
|
||||
&:focus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue