diff --git a/docs/create-plugin.html b/docs/create-plugin.html index 8a568be..752de21 100644 --- a/docs/create-plugin.html +++ b/docs/create-plugin.html @@ -119,6 +119,10 @@ .theme li:not(.selected):hover { border-top: 1px solid var(--action-color); } + #download-message { + margin-top: 12px; + display: none; + }