fix lang pop

This commit is contained in:
Stewart Allen 2020-06-08 01:13:50 -04:00
commit 5639e36878
4 changed files with 7 additions and 13 deletions

View file

@ -2,6 +2,7 @@
## `C` cosmetic, `F` functional, `P` performance, `B` bug fix
* `C` hover mode to see device / settings selections
* `F` implement an in-app bug reporting system
* `F` extend mesh object to store raw + annotations (rot,scale,pos)
* share raw data w/ dups, encode/decode

View file

@ -1440,7 +1440,7 @@
tracker.onmouseout = tracker.onmouseup = (ev) => {
ev.stopPropagation();
slider.onmousemove = undefined;
tracker.style.display = '';
tracker.style.display = 'none';
};
};
}

View file

@ -192,12 +192,13 @@ th, tr, td {
font-family: 'Russo One', sans-serif;
background-color: rgba(255,255,255,0.75);
padding: 3px;
z-index: 15;
}
#top > div {
margin: 0 5px 0 5px;
}
#top, #mid-sep {
z-index: 15;
#mid-sep {
z-index: 14;
}
#app-mode, #app-acct {
@ -215,12 +216,11 @@ th, tr, td {
color: var(--fg-gray);
font-family: sans-serif;
position: absolute;
z-index: 10;
right: -6px;
top: 100%;
right: -3px;
}
#acct-pop > div {
margin-top: 10px;
margin-top: 5px;
background-color: white;
border: 1px solid #ddd;
border-radius: 3px;
@ -617,15 +617,9 @@ th, tr, td {
border-radius: 3px;
background-color: var(--bg-gray);
}
#slider-hi {
pointer-events: all;
}
#slider-mid {
height: 20px;
}
#slider-lo {
pointer-events: all;
}
#alert-area {
display: none;

View file

@ -41,7 +41,6 @@
<div id="lset-da">danish</div>
</div>
</div>
</div>
</div>
</div>