mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 15:07:11 -04:00
[#181] set initial Recipe and IO widths to 30 and 50 (from 40 and 40), as per the current width implementations on init
This commit is contained in:
parent
a7bb81a78e
commit
fd15e76681
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ class App {
|
|||
const isMobileView = this.isMobileView();
|
||||
|
||||
this.columnSplitter = Split(["#operations", "#recipe", "#IO"], {
|
||||
sizes: isMobileView ? [100, 100, 100] : [20, 40, 40],
|
||||
sizes: isMobileView ? [100, 100, 100] : [20, 30, 50],
|
||||
minSize: [360, 330, 310],
|
||||
gutterSize: isMobileView ? 0 : 4,
|
||||
expandToMin: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue