mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-26 17:04:07 +01:00
This commit is contained in:
parent
fe6e9c68fc
commit
645d7a089f
4 changed files with 22 additions and 17 deletions
|
|
@ -30,6 +30,9 @@
|
|||
border-left: 0;
|
||||
overflow: hidden;
|
||||
box-shadow: 8px 0 24px rgb(140 149 159 / 20%);
|
||||
top: 112px;
|
||||
bottom: 82px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
&.layout--floatr {
|
||||
|
|
@ -38,16 +41,25 @@
|
|||
border-right: 0;
|
||||
border-radius: 8px 0 0 8px;
|
||||
overflow: hidden;
|
||||
top: 112px;
|
||||
bottom: 82px;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
&.layout--floatt {
|
||||
border-bottom: 1px solid var(--b3-border-color);
|
||||
box-shadow: var(--b3-dialog-shadow);
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
&.layout--floatb {
|
||||
border-top: 1px solid var(--b3-border-color);
|
||||
box-shadow: 0 -8px 24px rgb(140 149 159 / 20%);
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue