diff --git a/static/css/style.css b/static/css/style.css index dcbdd1a..144b88b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -446,6 +446,7 @@ p.authorization-code { padding: 10px 20px; border: 2px solid rgba(255, 255, 255, 0); border-radius: 3px; + overflow: hidden; } .icon-menu .option:hover { @@ -1439,6 +1440,10 @@ form .post { margin-left: 0; } + menu a.search { + display: none; + } + } diff --git a/templates/base.html b/templates/base.html index 33f7ec1..3e9256e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -39,7 +39,7 @@ - + {% if allows_refresh %}