mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 07:02:33 +01:00
This commit is contained in:
parent
671851235a
commit
4e3341985c
9 changed files with 25 additions and 23 deletions
|
|
@ -142,11 +142,11 @@
|
|||
}
|
||||
|
||||
&.dragover__top::after {
|
||||
top: -3px;
|
||||
top: -2.5px;
|
||||
}
|
||||
|
||||
&.dragover__bottom::after {
|
||||
bottom: -2px;
|
||||
bottom: -2.5px;
|
||||
}
|
||||
|
||||
&:hover [data-type="block-more"] {
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@
|
|||
|
||||
.b3-button[data-type="addColumn"] {
|
||||
margin-left: 28px;
|
||||
|
||||
svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
|
@ -105,6 +106,6 @@
|
|||
}
|
||||
|
||||
.av__row.dragover__top::after {
|
||||
top: -2px
|
||||
top: -1.5px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue