mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 01:01:32 -04:00
[#181] add maximiser icons to recipe, input and output, and handle maximising of targets accordingly. Desktop view remains as normal, where only output can be maximised
This commit is contained in:
parent
093a3c4b77
commit
4c2c934cd4
13 changed files with 164 additions and 51 deletions
|
@ -52,8 +52,8 @@
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.output-maximised .hide-on-maximised-output {
|
||||
display: none !important;
|
||||
.top-zindex {
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#recipe {
|
||||
position: relative;
|
||||
background-color: var(--primary-background-colour);
|
||||
}
|
||||
|
||||
#rec-list {
|
||||
|
|
|
@ -6,6 +6,11 @@
|
|||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
#input,
|
||||
#output {
|
||||
background-color: var(--primary-background-colour);
|
||||
}
|
||||
|
||||
#input-text,
|
||||
#output-text {
|
||||
position: relative;
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
* can ( should ) be made into a reusable, generic component
|
||||
*/
|
||||
|
||||
#operations {
|
||||
background-color: var(--primary-background-colour);
|
||||
}
|
||||
|
||||
#operations-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue