This commit is contained in:
2026-06-01 01:45:16 +04:00
parent e62afe07eb
commit c2a0675c79
2 changed files with 12 additions and 6 deletions

View File

@@ -113,7 +113,7 @@
</button>
<!-- QR popup overlay -->
@if (qrImageUrl()) {
@if (true) {
<div class="qr-overlay" (click)="closeQr()">
<div class="qr-modal" (click)="$event.stopPropagation()">
<button class="qr-modal__close" type="button" (click)="closeQr()" aria-label="Close">

View File

@@ -239,6 +239,12 @@
color: #475569;
text-transform: uppercase;
letter-spacing: 0.05em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
margin: 0 auto 8px auto;
text-align: center;
}
&__img {