mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fix dragLayer for calendar
This commit is contained in:
parent
1ce76114a4
commit
b5cd357192
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
|
||||
.dropTarget { width: 100%; height: 100%; }
|
||||
.dropTarget.targetBot { width: calc(100% - 8px); margin: -2px auto 0px auto; }
|
||||
.dropTarget.targetBot { width: calc(100% - 8px); margin: 0px auto 0px auto; }
|
||||
|
||||
.head { display: flex; flex-direction: row; gap: 0px 8px; align-items: center; justify-content: space-between; }
|
||||
.head {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue