fix(privacy): color:transparent для client-name и client-phone — гарантированно скрывает в любой TG-теме

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
wasrusgen 2026-05-17 12:01:22 +03:00
parent 844007f6ba
commit 4c6cf3eedd
2 changed files with 3 additions and 3 deletions

View File

@ -1422,7 +1422,7 @@ html[data-variant="d"] .section-head .label {
font-family: var(--font-ui); font-family: var(--font-ui);
font-size: 13.5px; font-size: 13.5px;
font-weight: 600; font-weight: 600;
color: var(--card); color: transparent;
line-height: 1.2; line-height: 1.2;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
@ -1434,7 +1434,7 @@ html[data-variant="d"] .section-head .label {
font-size: 9.5px; font-size: 9.5px;
font-weight: 500; font-weight: 500;
letter-spacing: 0.05em; letter-spacing: 0.05em;
color: var(--card); color: transparent;
margin-top: 2px; margin-top: 2px;
} }

View File

@ -12,7 +12,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800&family=Geist:wght@400;500;600&family=Manrope:wght@400;500;600;700&family=Newsreader:ital,wght@0,400..600;1,400..600&family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@400;500&family=Cormorant+Garamond:ital,wght@1,400;1,500;1,600&family=Caveat:wght@500;700&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800&family=Geist:wght@400;500;600&family=Manrope:wght@400;500;600;700&family=Newsreader:ital,wght@0,400..600;1,400..600&family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@400;500&family=Cormorant+Garamond:ital,wght@1,400;1,500;1,600&family=Caveat:wght@500;700&display=swap">
<script src="https://telegram.org/js/telegram-web-app.js"></script> <script src="https://telegram.org/js/telegram-web-app.js"></script>
<link rel="stylesheet" href="assets/styles.css?v=20260517d"> <link rel="stylesheet" href="assets/styles.css?v=20260517e">
<link rel="stylesheet" href="assets/podbor.css?v=20260517d"> <link rel="stylesheet" href="assets/podbor.css?v=20260517d">
</head> </head>
<body> <body>