aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorfawn <fangrui_tong@brown.edu>2019-07-29 14:28:25 -0400
committerfawn <fangrui_tong@brown.edu>2019-07-29 14:28:25 -0400
commitf1cb6a2212b11ba6d18dfa2e800b2c8e4ad94a88 (patch)
treeb4eec58d968812fc16edc5b8c22ad10629376606 /src/client/views/collections/CollectionSchemaView.scss
parentc361a566b2a3ce134bbb7e5906c23492c7012c7b (diff)
made hit box on col resizer smaller and hit box on coll expander bigger
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss39
1 files changed, 27 insertions, 12 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 053d6452c..749b9a364 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -97,15 +97,6 @@
// margin-right: -30px;
}
- .rt-resizable-header {
- padding: 0;
- height: 30px;
-
- &:last-child {
- overflow: visible;
- }
- }
-
.rt-resizable-header-content {
height: 100%;
overflow: visible;
@@ -198,8 +189,22 @@
}
.rt-resizer {
- width: 20px;
- right: -10px;
+ width: 8px;
+ right: -4px;
+ }
+
+ .rt-resizable-header {
+ padding: 0;
+ height: 30px;
+ }
+
+ .rt-resizable-header:last-child {
+ overflow: visible;
+ border: 3px solid red !important;
+
+ .rt-resizer {
+ width: 5px !important;
+ }
}
}
@@ -318,7 +323,7 @@ button.add-column {
input[type="radio"] {
display: none;
}
-
+
.columnMenu-colorPicker {
width: 20px;
height: 20px;
@@ -497,4 +502,14 @@ button.add-column {
.collectionSchemaView-expander {
height: 100%;
+ min-height: 30px;
+ position: relative;
+ color: gray;
+
+ svg {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ }
} \ No newline at end of file