mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -04:00
[#181] decrease size of controls for mobile UI
This commit is contained in:
parent
5362f9fda4
commit
222bb624ae
8 changed files with 52 additions and 35 deletions
|
@ -1,7 +1,7 @@
|
|||
:root {
|
||||
/* Fixed heights */
|
||||
--banner-height: 40px;
|
||||
--controls-height: 70px;
|
||||
--controls-height: 50px;
|
||||
/*initial mobile height*/
|
||||
--operations-height: 90px;
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
|||
* A note:
|
||||
*
|
||||
* Heights of #recipe, #input and #output are set programmatically
|
||||
* in App.js > divideAvailableSpace(), please see the docs for that
|
||||
* function for more information.
|
||||
* in App.js
|
||||
*/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue