diff --git a/docs/_data/manifest.json b/docs/_data/manifest.json index 8a3a21e6..39a618f1 100644 --- a/docs/_data/manifest.json +++ b/docs/_data/manifest.json @@ -1,5 +1,5 @@ { - "dist/main.css": "/dist/main.f22cec93.css", + "dist/main.css": "/dist/main.def4cf18.css", "dist/main.js": "/dist/main.c89a204f.js", "dist/455.3a7b4474.css": "/dist/455.3a7b4474.css", "dist/455.17bc016b.js": "/dist/455.17bc016b.js", diff --git a/docs/_includes/flasher-studio.html b/docs/_includes/flasher-studio.html index 3f6b6283..cc948fa0 100644 --- a/docs/_includes/flasher-studio.html +++ b/docs/_includes/flasher-studio.html @@ -495,10 +495,13 @@ .cursor { display: inline-block; width: 3px; - height: 1.2em; + height: 1em; background-color: var(--primary-color); - margin-left: 2px; + margin-left: 4px; animation: blink 1s infinite; + vertical-align: middle; + position: relative; + top: -1em; } /* Animation for code typing */ @@ -588,13 +591,6 @@ opacity: 0; } } - - .cursor { - animation: blink 1s infinite; - display: inline-block; - width: 2px; - height: 1.2em; - }