Skip to content

Commit

Permalink
Merge pull request #72 from plotly/circos-review-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwichan authored Dec 6, 2018
2 parents b6c9614 + 997bcdc commit 0687a13
Show file tree
Hide file tree
Showing 3 changed files with 613 additions and 334 deletions.
18 changes: 14 additions & 4 deletions assets/circos-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
overflowY: hidden;
}

.circos-chords-text {
padding-top: 4%;
}

.circos-size-slider {
padding-left: 3.5%;
}
Expand All @@ -38,7 +42,7 @@
.circos-row-two {
margin-top: 2.5%;
border: 1px solid #2a3f5f;
padding: 1% 2% 1% 3%;
padding: 1% 2% 3% 3%;
}

.circos-select-data-set {
Expand Down Expand Up @@ -70,7 +74,12 @@

.circos-text-area {
width: 100%;
height: 12vh;
height: 20vh;
}

.circos-text-area-explain {
height: 30vh;
width: 100%;
}

.circos-upload-data {
Expand All @@ -93,7 +102,8 @@

.circos-column-one {
max-height: 88.5vh;
overflow: hidden auto;
padding-left: 1%;
padding-top: 1%;
}

.circos-column-two {
Expand All @@ -104,4 +114,4 @@

.circos-display-none {
display: none;
}
}
Loading

0 comments on commit 0687a13

Please sign in to comment.