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:
commit
92e5070101
2 changed files with 1 additions and 4 deletions
|
@ -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" ],
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue