diff --git a/static/logo-without-text.svg b/static/logo-without-text.svg new file mode 100755 index 00000000..32131895 --- /dev/null +++ b/static/logo-without-text.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/style.css b/static/style.css index 0996d792..b125cd29 100644 --- a/static/style.css +++ b/static/style.css @@ -170,3 +170,20 @@ textarea.parsley-error { .domain_detail_content { font-size: 15px; } + +/* Only show the help button on desktop */ +@media only screen and (max-width: 500px) { + #help-btn { + display: none; + } +} + +@media only screen and (min-width: 500px) { + #help-btn { + display: flex; + } + + #help-menu-item { + display: none; + } +} \ No newline at end of file diff --git a/templates/header.html b/templates/header.html index 656317ba..8d5b94af 100644 --- a/templates/header.html +++ b/templates/header.html @@ -2,7 +2,14 @@
- logo + + + + logo +
@@ -70,7 +77,7 @@
{% if ZENDESK_ENABLED %} -