mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
[#181] reduce title-height from 48 to 40
This commit is contained in:
parent
fefb98e466
commit
a27de41328
6 changed files with 21 additions and 18 deletions
|
@ -904,9 +904,9 @@ class App {
|
|||
assignAvailableHeight( isMobile ){
|
||||
const bannerHeight = 40;
|
||||
const controlsHeight = 50;
|
||||
const operationsHeight = 90;
|
||||
const operationsHeight = 80;
|
||||
|
||||
const remainingSpace = window.innerHeight - (bannerHeight+controlsHeight+operationsHeight-2);
|
||||
const remainingSpace = window.innerHeight - (bannerHeight+controlsHeight+operationsHeight);
|
||||
|
||||
// equally divide among recipe, input and output
|
||||
["recipe", "input", "output"].forEach(( div ) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue