This commit is contained in:
Vanessa 2022-06-30 22:44:50 +08:00
parent 3d71a2644b
commit 41ca310e09
12 changed files with 34 additions and 4 deletions

View file

@ -331,6 +331,7 @@
display: flex;
position: absolute;
height: 80px;
transition: left .15s cubic-bezier(0, 0, .2, 1) 0ms;
.protyle-icons {
position: initial;
@ -347,6 +348,7 @@
margin: 34px 16px 0 24px;
position: relative;
font-size: 16px;
transition: margin .15s cubic-bezier(0, 0, .2, 1) 0ms;
&:hover .protyle-title__icon {
opacity: 1;

View file

@ -1,6 +1,7 @@
.protyle-wysiwyg {
padding: 34px 16px 16px 24px;
cursor: text;
transition: padding .15s cubic-bezier(0, 0, .2, 1) 0ms;
&:focus {
outline: none;