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:
parent
6e808c2ab1
commit
96c37cae3c
9 changed files with 46 additions and 15 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue