mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Converted op-icons to material design and improved controls.
This commit is contained in:
parent
2bacd6424d
commit
7d410fcdc9
10 changed files with 66 additions and 81 deletions
|
@ -240,7 +240,7 @@ class App {
|
|||
initialiseSplitter() {
|
||||
this.columnSplitter = Split(["#operations", "#recipe", "#IO"], {
|
||||
sizes: [20, 30, 50],
|
||||
minSize: [240, 325, 450],
|
||||
minSize: [240, 370, 450],
|
||||
gutterSize: 4
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue