positioning fixes

This commit is contained in:
ed 2021-08-28 03:27:14 +02:00
parent 12a3f0ac31
commit 8e55551a06
3 changed files with 3 additions and 1 deletions

View file

@ -875,6 +875,7 @@ input.eq_gain {
margin: 0 1.5em 1em .4em;
position: sticky;
top: -.3em;
z-index: 1;
}
html.light #ghead {
background: #f7f7f7;

View file

@ -2335,7 +2335,6 @@ var thegrid = (function () {
};
r.tippen = function () {
// var cs = window.getComputedStyle(el), fs = parseFloat(cs.lineHeight); console.log('%.2f %.2f', (el.offsetHeight - parseFloat(cs.paddingTop))/fs, (el.scrollHeight - parseFloat(cs.paddingTop))/fs);
var els = QSA('#ggrid>a>span'),
aa = els.length;

View file

@ -4,6 +4,8 @@ html {
#tt, #toast {
position: fixed;
max-width: 34em;
max-width: min(34em, 90%);
max-width: min(34em, calc(100% - 7em));
background: #222;
border: 0 solid #777;
box-shadow: 0 .2em .5em #222;