mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 23:35:01 -04:00
[#181] restore overall desktop UI
This commit is contained in:
parent
c56ffef988
commit
58d4eb855c
8 changed files with 85 additions and 52 deletions
|
@ -52,6 +52,38 @@ body {
|
|||
}
|
||||
|
||||
@media only screen and ( min-width: 768px ) {
|
||||
#workspace-wrapper {
|
||||
height: calc( 100vh - var(--banner-height));
|
||||
}
|
||||
|
||||
#categories,
|
||||
#search-results {
|
||||
max-height: max-content;
|
||||
overflow: revert;
|
||||
}
|
||||
|
||||
#operations, #recipe, #IO {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#operations.split {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.split {
|
||||
box-sizing: border-box;
|
||||
/* overflow: auto; */
|
||||
/* Removed to enable Background Magic button pulse to overflow.
|
||||
Replace this rule if it seems to be causing problems. */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.gutter.gutter-horizontal,
|
||||
.split.split-horizontal {
|
||||
float: left;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.gutter {
|
||||
background-color: var(--secondary-border-colour);
|
||||
background-repeat: no-repeat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue