2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-11 05:43:28 +00:00

Improved Controls CSS

This commit is contained in:
n1474335
2022-07-01 12:01:48 +01:00
parent 85ffe48743
commit bc949b47d9
4 changed files with 17 additions and 12 deletions

View File

@@ -589,6 +589,7 @@ class App {
this.manager.recipe.adjustWidth();
this.manager.input.calcMaxTabs();
this.manager.output.calcMaxTabs();
this.manager.controls.calcControlsHeight();
}