fix: scale up vendor logos 3x in tooltip and info bar

This commit is contained in:
2026-05-12 16:09:15 +03:00
parent 1bf9aeb749
commit 26f17a8bb6
+8 -8
View File
@@ -691,7 +691,7 @@
} }
.vtt-logo { .vtt-logo {
width: 100%; width: 100%;
height: 88px; height: 160px;
background: #f5f8ff; background: #f5f8ff;
border-bottom: 1px solid #e8f0ff; border-bottom: 1px solid #e8f0ff;
display: flex; display: flex;
@@ -701,7 +701,7 @@
} }
.vtt-logo img { .vtt-logo img {
max-width: 100%; max-width: 100%;
max-height: 64px; max-height: 136px;
object-fit: contain; object-fit: contain;
} }
.vtt-logo-placeholder { .vtt-logo-placeholder {
@@ -769,18 +769,18 @@
.vendor-info-bar + .vendor-info-bar { margin-top: -8px; } .vendor-info-bar + .vendor-info-bar { margin-top: -8px; }
.vib-logo { .vib-logo {
flex-shrink: 0; flex-shrink: 0;
width: 100px; width: 240px;
height: 64px; height: 140px;
background: #fff; background: #fff;
border-radius: 10px; border-radius: 12px;
border: 1px solid #dae6ff; border: 1px solid #dae6ff;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 8px 10px; padding: 14px 18px;
} }
.vib-logo img { max-width: 100%; max-height: 48px; object-fit: contain; } .vib-logo img { max-width: 100%; max-height: 112px; object-fit: contain; }
.vib-logo-text { font-size: 18px; font-weight: 800; color: #3978e0; } .vib-logo-text { font-size: 36px; font-weight: 800; color: #3978e0; }
.vib-info { flex: 1; min-width: 0; } .vib-info { flex: 1; min-width: 0; }
.vib-name { font-size: 15px; font-weight: 800; color: #1a3e79; margin: 0 0 5px; } .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; } .vib-desc { font-size: 13px; color: #4a5d7a; line-height: 1.55; margin: 0 0 10px; }