mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 06:32:33 +01:00
This commit is contained in:
parent
de8da071d0
commit
7308536ded
5 changed files with 199 additions and 125 deletions
|
|
@ -916,6 +916,17 @@
|
|||
position: sticky;
|
||||
left: 0;
|
||||
clear: both;
|
||||
display: flex;
|
||||
font-size: 87.5%;
|
||||
|
||||
svg {
|
||||
transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1), opacity 1s cubic-bezier(0, 0, 0.2, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
&-arrow--open {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue