diff options
| author | geireann <geireann.lindfield@gmail.com> | 2021-08-25 21:07:37 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2021-08-25 21:07:37 -0400 |
| commit | eeb8b6b1e69c73b822b7e7a67829babb93ca0601 (patch) | |
| tree | 00a895f161ee0a581318ef4245b8884272782bdc /src/client/views/collections/collectionLinearView/CollectionLinearView.tsx | |
| parent | e8c6d82a0cdce4cc607259bc4886a882d8633f80 (diff) | |
mini updates
Diffstat (limited to 'src/client/views/collections/collectionLinearView/CollectionLinearView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionLinearView/CollectionLinearView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx b/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx index 5c16f8929..74d581946 100644 --- a/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx +++ b/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx @@ -154,6 +154,8 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) { pointerEvents: "all", width: nested ? undefined : NumCast(pair.layout._width), height: nested ? undefined : NumCast(pair.layout._height), + marginLeft: !nested ? 2.5 : 0, + marginRight: !nested ? 2.5 : 0, // width: NumCast(pair.layout._width), // height: NumCast(pair.layout._height), }} > |
