mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 14:28:49 +01:00
style: Improve dragover style of file tree (#13737)
This commit is contained in:
parent
3ca24e483f
commit
8cce186b47
1 changed files with 5 additions and 0 deletions
|
|
@ -314,6 +314,11 @@ html {
|
|||
opacity: .38;
|
||||
}
|
||||
|
||||
.dragover:not([data-type="navigation-root"]):not([data-subtype="h1"])::after {
|
||||
width: calc(100% - var(--file-toggle-width));
|
||||
left: var(--file-toggle-width);
|
||||
}
|
||||
|
||||
.dragover__top,
|
||||
.dragover__bottom {
|
||||
box-shadow: none !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue