aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2023-02-09 00:03:32 -0500
committermehekj <mehek.jethani@gmail.com>2023-02-09 00:03:32 -0500
commitca3868b494bfd00c0349424f622bb5010b0e1197 (patch)
treec85942043a23dd5a2350654366537195399a4d55 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss
parentea73082dc0293a0bafde20b0f82d674b7ca230f9 (diff)
doc preview and arrow key movement
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
index 4fa5d80e2..bd0fc11b3 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
@@ -3,6 +3,8 @@
.collectionSchemaView {
cursor: default;
height: 100%;
+ display: flex;
+ flex-direction: row;
.schema-table {
background-color: $white;
@@ -124,6 +126,12 @@
flex-direction: row;
}
}
+
+ .schema-preview-divider {
+ height: 100%;
+ background: black;
+ cursor: ew-resize;
+ }
}
.schema-header-row,