1
0
Fork 0
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:
Andrew Simachev 2025-05-30 14:27:22 +02:00
parent 1ce76114a4
commit b5cd357192
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF

View file

@ -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 {