1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-11 02:13:48 +09:00

fix history padding

This commit is contained in:
Andrew Simachev 2024-03-30 16:36:11 +01:00
parent 7ad21128f1
commit 8051dc1e9a
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

@ -45,7 +45,8 @@
}
.editorWrapper:not(.withIconAndCover):not(.withCover) { padding-top: 72px; }
.editorWrapper.withIcon { padding-top: 122px; }
.editorWrapper.withIcon { padding-top: 122px !important; }
.blockLast { height: 100px; }
}