mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-07 16:04:19 +01:00
This commit is contained in:
parent
3d71a2644b
commit
41ca310e09
12 changed files with 34 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue