diff --git a/src/web/html/index.html b/src/web/html/index.html
index 0d2d4246..62c560fd 100755
--- a/src/web/html/index.html
+++ b/src/web/html/index.html
@@ -32,6 +32,8 @@
-
-
- About / Support
- Options
+
+ <% if (htmlWebpackPlugin.options.inline) { %>
+
Version <%= htmlWebpackPlugin.options.version %>
+ <% } else { %>
+
Download CyberChef %>)
+ <% } %>
+
+
+
+
+
+
+
+
diff --git a/src/web/stylesheets/layout/_banner.css b/src/web/stylesheets/layout/_banner.css
index df994ea5..cb902157 100644
--- a/src/web/stylesheets/layout/_banner.css
+++ b/src/web/stylesheets/layout/_banner.css
@@ -10,19 +10,15 @@
position: absolute;
height: 30px;
width: 100%;
- text-align: center;
line-height: 30px;
border-bottom: 1px solid var(--primary-border-colour);
color: var(--banner-font-colour);
background-color: var(--banner-bg-colour);
}
-.banner-right {
- float: right;
- margin-right: 10px;
-}
-
#banner img {
margin-bottom: 2px;
margin-left: 8px;
+ padding-right: 10px;
}
+