mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 08:41:32 -04:00
tidy up code, add controls-height var and implement across stylesheets, start work on operation/category lists
This commit is contained in:
parent
b872ac6e68
commit
0e49d52546
8 changed files with 65 additions and 32 deletions
|
@ -13,6 +13,8 @@
|
|||
padding: 10px 0;
|
||||
border-top: 1px solid var(--primary-border-colour);
|
||||
background-color: var(--secondary-background-colour);
|
||||
height: var(--controls-height);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#controls-content {
|
||||
|
@ -31,15 +33,6 @@
|
|||
color: var(--primary-font-colour);
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
/*line-height: 0;*/
|
||||
}
|
||||
|
||||
#auto-bake {
|
||||
position: relative;
|
||||
width: auto;
|
||||
height: auto;
|
||||
opacity: 1;
|
||||
z-index: initial;
|
||||
}
|
||||
|
||||
#auto-bake-label .check,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue