From 26f17a8bb6cc87da0a0aa26aacd1b11204b48f0e Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 12 May 2026 16:09:15 +0300 Subject: [PATCH] fix: scale up vendor logos 3x in tooltip and info bar --- static/css/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index 12825f7..bdec004 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -691,7 +691,7 @@ } .vtt-logo { width: 100%; - height: 88px; + height: 160px; background: #f5f8ff; border-bottom: 1px solid #e8f0ff; display: flex; @@ -701,7 +701,7 @@ } .vtt-logo img { max-width: 100%; - max-height: 64px; + max-height: 136px; object-fit: contain; } .vtt-logo-placeholder { @@ -769,18 +769,18 @@ .vendor-info-bar + .vendor-info-bar { margin-top: -8px; } .vib-logo { flex-shrink: 0; - width: 100px; - height: 64px; + width: 240px; + height: 140px; background: #fff; - border-radius: 10px; + border-radius: 12px; border: 1px solid #dae6ff; display: flex; align-items: center; justify-content: center; - padding: 8px 10px; + padding: 14px 18px; } - .vib-logo img { max-width: 100%; max-height: 48px; object-fit: contain; } - .vib-logo-text { font-size: 18px; font-weight: 800; color: #3978e0; } + .vib-logo img { max-width: 100%; max-height: 112px; object-fit: contain; } + .vib-logo-text { font-size: 36px; font-weight: 800; color: #3978e0; } .vib-info { flex: 1; min-width: 0; } .vib-name { font-size: 15px; font-weight: 800; color: #1a3e79; margin: 0 0 5px; } .vib-desc { font-size: 13px; color: #4a5d7a; line-height: 1.55; margin: 0 0 10px; }