landings: QR center logo as PNG for Android (full Taler wordmark)

Android WebView often failed the official Penpot SVG: root fill=none
and wordmark paths only inherited black from a parent <g>, so the blue
T showed without the "taler" letters. Serve taler-assets qr-logo.png,
keep fixed SVG as fallback, explicit logo size/alt.
This commit is contained in:
Hernâni Marques 2026-07-10 22:12:00 +02:00
parent 6e808c2ab1
commit 96c37cae3c
No known key found for this signature in database
9 changed files with 46 additions and 15 deletions

View file

@ -123,7 +123,7 @@ button.shop-item {
background: #fff;
image-rendering: pixelated;
}
/* Center logo plate — official qr-logo (webui uses ~100×50 on large QR) */
/* Center logo plate — official qr-logo.png (webui ~100×50; PNG for Android) */
.goa-pay-taler-qr__logo {
position: absolute;
top: 50%;
@ -132,8 +132,11 @@ button.shop-item {
width: 28%;
height: auto;
max-width: 100px;
aspect-ratio: 200 / 95;
object-fit: contain;
pointer-events: none;
background: transparent;
background: #fff;
border-radius: 4px;
}
/* Settlement: collapsed by default, expand on click */