mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
Spelling
Someone noticed this in another project that includes CyberChef
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user