mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 07:45:00 -04:00
[#181] set mobile and desktop UI on init and window resize without errors
This commit is contained in:
parent
f1340f1249
commit
6e4a813e1f
4 changed files with 51 additions and 20 deletions
|
@ -35,9 +35,12 @@ body {
|
|||
height: 20vh;
|
||||
}
|
||||
|
||||
#input,
|
||||
#output {
|
||||
height: 25vh;
|
||||
/*A short note for reference:
|
||||
*
|
||||
* #input and #outputs individual heights are set in App.js, both to 50(%)
|
||||
*/
|
||||
#IO {
|
||||
height: 50vh;
|
||||
}
|
||||
|
||||
#controls {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue