Skip to content

Commit

Permalink
optimize the plot ratio to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaweh2 committed Jul 11, 2024
1 parent 0357a45 commit 04d848d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions lme.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#singlePlotInterface td select{
text-overflow: ellipsis;
max-width: 85%;
}

#lmePlot {
width: 100%;
height: 100%;
}

#timeSeriesBtn {
background-color: #5F9DF7;
border: none;
Expand Down Expand Up @@ -34,10 +44,10 @@
height: 1rem; */
}

#lmePlot {
/* #lmePlot {
width:45rem;
height:50rem;
}
} */

#lmeAnimeIFrame {
/* width: 100%;
Expand Down

0 comments on commit 04d848d

Please sign in to comment.