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

Merge branch 'main' of github.com:anyproto/anytype-ts into feature/multiplayer

This commit is contained in:
Andrew Simachev 2024-02-07 17:34:03 +01:00
commit 92e5070101
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
2 changed files with 1 additions and 4 deletions

View file

@ -110,7 +110,7 @@
"typeRelationKeys": [ "recommendedRelations", "recommendedLayout", "sourceObject", "uniqueKey", "defaultTemplateId", "lastUsedDate" ],
"graphRelationKeys": [
"id", "name", "snippet", "description", "iconEmoji", "iconImage", "iconOption", "relationFormat", "type", "layout", "done", "fileExt", "fileMimeType",
"isDeleted", "isArchived", "isFavorite", "identityProfileLink"
"isDeleted", "isArchived", "isFavorite", "identityProfileLink", "restrictions"
],
"templateRelationKeys": [ "templateIsBundled", "type", "targetObjectType", "internalFlags", "sourceObject" ],
"spaceRelationKeys": [ "spaceDashboardId", "spaceAccountStatus", "spaceLocalStatus", "spaceAccessType", "targetSpaceId", "creator", "createdDate" ],

View file

@ -10,9 +10,6 @@
.blocks > .empty { width: 100%; text-align: center; color: var(--color-text-secondary); @include text-header3; }
.blocks.horizontal { width: 704px; flex-direction: column; }
.blocks.horizontal {
.block.blockMedia { max-height: 396px; }
}
.blocks.isVideo {
.block.blockMedia { max-height: unset; }