mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 23:35:01 -04:00
[#181] fix output loading gears for mobile, add a _structure css file in /themes that is shared across themes
This commit is contained in:
parent
4c2c934cd4
commit
5916251893
5 changed files with 21 additions and 14 deletions
|
@ -6,15 +6,6 @@
|
|||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
:root {
|
||||
--banner-height: 40px;
|
||||
--controls-height: 70px;
|
||||
--workspace-height: calc( 100vh - var(--banner-height) - var(--controls-height));
|
||||
--recipe-height: 38vh;
|
||||
--operations-height: 89px;
|
||||
--io-height: calc(100vh - var(--banner-height) - var(--controls-height) - var(--recipe-height) - var(--operations-height));
|
||||
}
|
||||
|
||||
#banner,
|
||||
#content-wrapper {
|
||||
position: absolute;
|
||||
|
@ -42,9 +33,9 @@
|
|||
bottom: 0;
|
||||
}
|
||||
|
||||
#IO {
|
||||
padding-bottom: var(--controls-height);
|
||||
}
|
||||
/*#IO {*/
|
||||
/* padding-bottom: var(--controls-height);*/
|
||||
/*}*/
|
||||
|
||||
#recipe.maximised-pane,
|
||||
#input.maximised-pane,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue