2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-07 02:53:19 +00:00

Fix showing slice of output not working.

Fix output status message not being reset.
Hide magic button when baking.
This commit is contained in:
j433866
2019-05-08 10:10:14 +01:00
parent 8190c7aac7
commit 28182713bf
4 changed files with 61 additions and 9 deletions

View File

@@ -233,7 +233,7 @@
#show-file-overlay {
position: absolute;
right: 15px;
top: 15px;
top: calc(var(--title-height) + 10px);
cursor: pointer;
display: none;
}