[#181] use 'regular' listeners for the maximiser icons, left a note for future reference

This commit is contained in:
Robin Scholtes 2023-05-02 18:29:30 +12:00
parent 5916251893
commit 7fff6f51dc
3 changed files with 17 additions and 9 deletions

View file

@ -6,6 +6,12 @@
* @license Apache-2.0
*/
#banner { height: var(--banner-height); }
#operations { height: var(--operations-height); }
#recipe { height: var(--recipe-height); }
#IO { height: var(--io-height); }
#controls { height: var(--controls-height); }
#banner,
#content-wrapper {
position: absolute;
@ -23,12 +29,6 @@
margin-top: var(--banner-height);
}
#banner { height: var(--banner-height); }
#operations { height: var(--operations-height); }
#recipe { height: var(--recipe-height); }
#IO { height: var(--io-height); }
#controls { height: var(--controls-height); }
#controls {
bottom: 0;
}