mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -04:00
[#181] use 'regular' listeners for the maximiser icons, left a note for future reference
This commit is contained in:
parent
5916251893
commit
7fff6f51dc
3 changed files with 17 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue