mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 02:40:15 +01:00
This commit is contained in:
parent
f38b73b1af
commit
124b201fa7
3 changed files with 8 additions and 6 deletions
|
|
@ -11,11 +11,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
&--floatl,
|
||||
&--floatr,
|
||||
&--floatt,
|
||||
&--floatb {
|
||||
transition: var(--b3-width-transition);
|
||||
}
|
||||
|
||||
&--float {
|
||||
position: fixed;
|
||||
z-index: 3;
|
||||
min-height: auto;
|
||||
transition: transform .2s cubic-bezier(0, 0, .2, 1) 0ms, opacity .2s cubic-bezier(0, 0, .2, 1) 0ms;
|
||||
transition: transform .2s cubic-bezier(0, 0, .2, 1) 0ms, opacity .3s cubic-bezier(0, 0, .2, 1) 0ms;
|
||||
|
||||
&.layout--floatl {
|
||||
border-radius: 0 8px 8px 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue