diff --git a/static/css/style.css b/static/css/style.css index 0e4cf1b..6d05c08 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -39,18 +39,14 @@ body { margin-right: 10px; } -.navbar-logo, .login-logo { +.navbar-logo { height: 35px; - width: auto; - object-fit: contain; - max-width: 100%; - image-rendering: -webkit-optimize-contrast; - image-rendering: crisp-edges; + width: 35px; } .login-logo { - height: 100px; - margin: 0 auto 1rem; + height: 80px; + width: 80px; } .nav-link { diff --git a/templates/base.html b/templates/base.html index 2c57184..627880b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -96,6 +96,7 @@ {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} + {% if not (category == 'success' and message == 'Login realizado com sucesso!') %}