2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-12 06:13:31 +00:00

Converted op-icons to material design and improved controls.

This commit is contained in:
n1474335
2018-06-10 14:55:15 +01:00
parent 2bacd6424d
commit 7d410fcdc9
10 changed files with 66 additions and 81 deletions

View File

@@ -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
});