Fix logo visibility: use auto width for horizontal image, rename to WBfeed

- topbar: height:28px width:auto (fits 4:1 logo without squishing)
- login brand icon: white rectangular bg, height:36px width:auto
- auth-kicker: height:24px width:auto
- Brand name: WBfeed everywhere

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 21:34:21 +03:00
parent de278227ac
commit 095da4380c
5 changed files with 24 additions and 36 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Вход — WB Feedback</title>
<title>Вход — WBfeed</title>
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}" />
</head>
<body>
@@ -16,7 +16,7 @@
<div class="login-brand__icon">
<img src="{{ url_for('static', filename='wb3.png') }}" alt="WB">
</div>
<span class="login-brand__name">WB Feedback</span>
<span class="login-brand__name">WBfeed</span>
</div>
<h1 class="login-promo__title">Автоответы на отзывы<br>Wildberries — на автопилоте</h1>
@@ -65,7 +65,7 @@
<section class="auth-card">
<div class="auth-kicker">
<img src="{{ url_for('static', filename='wb3.png') }}" class="auth-kicker-logo-img" alt="WB">
<span class="auth-kicker-text">WB Feedback</span>
<span class="auth-kicker-text">WBfeed</span>
</div>
<h2 class="login-form-title">Войдите в кабинет</h2>