Commit db513bb3 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[Sidebar] fix width

parent aa2115b4
...@@ -29,9 +29,10 @@ ...@@ -29,9 +29,10 @@
overflow-y: scroll; overflow-y: scroll;
top: 170px; top: 170px;
z-index: 1; z-index: 1;
left: 70%;
border: 1px white solid; border: 1px white solid;
background-color: white; background-color: white;
left: 70%;
width: 30%;
} }
#graph-explorer #sp-container #myTab { #graph-explorer #sp-container #myTab {
marginBottom: 18px; marginBottom: 18px;
......
...@@ -28,9 +28,10 @@ ...@@ -28,9 +28,10 @@
#sp-container #sp-container
@include sidePanelCommon @include sidePanelCommon
left: 70%
border: 1px white solid border: 1px white solid
background-color: white background-color: white
left: 70%
width: 30%
#myTab #myTab
marginBottom: 18px marginBottom: 18px
......
...@@ -51,7 +51,7 @@ sidebarCpt = R.hooksComponent "Sidebar" cpt ...@@ -51,7 +51,7 @@ sidebarCpt = R.hooksComponent "Sidebar" cpt
let nodesMap = SigmaxTypes.nodesGraphMap props.graph let nodesMap = SigmaxTypes.nodesGraphMap props.graph
pure $ pure $
RH.div { id: "sp-container", className: "col-md-3" } RH.div { id: "sp-container" }
[ RH.div {} [ RH.div {}
[ R2.row [ R2.row
[ R2.col12 [ R2.col12
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment