Added functionality to Magic button and improved the icon

This commit is contained in:
n1474335 2018-07-27 13:37:38 +00:00
parent ba5c503c48
commit 541e4ff8cd
5 changed files with 59 additions and 8 deletions

View file

@ -148,6 +148,12 @@
}
#magic {
visibility: hidden;
transition: all 0.3s;
margin-left: 5px;
display: none;
margin-bottom: 5px;
}
#magic svg path {
fill: var(--primary-font-colour);
}