mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 17:56:15 -04:00
Baking controls now scale to fit the pane correctly
This commit is contained in:
parent
a5ea7f7d58
commit
6f6786d79e
4 changed files with 29 additions and 4 deletions
|
@ -21,6 +21,14 @@
|
|||
background-color: var(--secondary-background-colour);
|
||||
}
|
||||
|
||||
#controls-content {
|
||||
position: relative;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
transform-origin: center left;
|
||||
}
|
||||
|
||||
#auto-bake-label {
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue