Merge branch 'patch-1' of https://github.com/eljeffeg/CyberChef into eljeffeg-patch-1

This commit is contained in:
n1474335 2022-03-28 11:13:26 +01:00
commit 787c29e42b
1 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@
#stale-indicator { #stale-indicator {
opacity: 1; opacity: 1;
visibility: visibile; visibility: visible;
transition: margin 0s, opacity 0.3s; transition: margin 0s, opacity 0.3s;
margin-left: 5px; margin-left: 5px;
cursor: help; cursor: help;
@ -316,7 +316,7 @@
#magic { #magic {
opacity: 1; opacity: 1;
visibility: visibile; visibility: visible;
transition: margin 0s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s; transition: margin 0s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
margin-left: 5px; margin-left: 5px;
margin-bottom: 5px; margin-bottom: 5px;