diff --git a/templates/custom/extra_links.tmpl b/templates/custom/extra_links.tmpl index b31136b..9264c89 100644 --- a/templates/custom/extra_links.tmpl +++ b/templates/custom/extra_links.tmpl @@ -39,6 +39,5 @@ -Report a Bug - -Paste Code +Report a Bug +Paste Code diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 0d7d750..21de239 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -70,6 +70,12 @@ display: none; } + @media (max-width: 1000px) { + .hide-on-mid { + display: none !important; + } + } + /* Repository page. */ .repository .file-view.markdown a { color: var(--color-primary);