Skip to content

Commit

Permalink
UI fine tune
Browse files Browse the repository at this point in the history
  • Loading branch information
Tevemadar committed Aug 9, 2023
1 parent 3cb4f45 commit d7238e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
6 changes: 3 additions & 3 deletions body.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<div id="spacer" onmousedown="mdown(event)" onmousemove="mmove(event)" onmouseup="mup(event)" onmouseout="mout(event)"></div>
<div id="hsiz2" class="hsiz" onmousedown="hdrag2(event)"></div>
<div id="ptspanel">
<span id="ptsbuttons">
<div id="ptsbuttons">
<button onclick='showall()'>Show all</button>
<button onclick='hideall()'>Hide all</button>
</span>
<table id="ptstable"></table>
</div>
<div id="ptscontainer"><table id="ptstable"></table></div>
</div>
</div>
</div>
Expand Down
20 changes: 12 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,21 @@ body{
}
#meshpanel{
margin-left: 5px;
/* padding: 5px;
padding-right: 0;*/
background: #F0F0FF;
width: 200px;
flex: none;
display: flex;
flex-direction: column;
overflow-x: hidden;
/*overflow: hidden;*/
/*resize: horizontal;*/
}
#global{
flex: none;
}
#tree{
flex: auto;
/*padding-right: 0.5em;*/
overflow-x: hidden;
overflow-y: scroll;
margin-bottom: 0;
overflow: auto;
user-select: none;
}
.hsiz{
Expand All @@ -56,14 +53,21 @@ body{
flex: auto;
}
#ptspanel{
/*padding: 5px;*/
flex: none;
width: 150px;
background: #F0F0FF;
overflow-y: scroll;
display: flex;
flex-direction: column;
overflow: hidden;
user-select: none;
}
#ptsbuttons{
display: none;
flex: none;
}
#ptscontainer{
overflow: auto;
flex: auto;
}

#cut_box{
Expand Down

0 comments on commit d7238e3

Please sign in to comment.