fix: scale up vendor logos 3x in tooltip and info bar
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user