From 5187c2a07ff2841f468f702bde431eac267bc5a0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 29 Dec 2023 11:27:47 +0000 Subject: [PATCH] Update content of files --- data/web/blogfork.telegram.org/bots/webapps.html | 2 +- data/web/core.telegram.org/bots/webapps.html | 2 +- data/web/promote.telegram.org/css/promote.css | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/data/web/blogfork.telegram.org/bots/webapps.html b/data/web/blogfork.telegram.org/bots/webapps.html index 1cfa8d09ab..d6ea59b006 100644 --- a/data/web/blogfork.telegram.org/bots/webapps.html +++ b/data/web/blogfork.telegram.org/bots/webapps.html @@ -721,7 +721,7 @@

All these methods return the MainButton object so they can be chained.

SettingsButton

-

This object controls the Settings item in the context menu of the Mini App in the Telegram interface.

+

NEW This object controls the Settings item in the context menu of the Mini App in the Telegram interface.

diff --git a/data/web/core.telegram.org/bots/webapps.html b/data/web/core.telegram.org/bots/webapps.html index e92f5a5504..ea20469048 100644 --- a/data/web/core.telegram.org/bots/webapps.html +++ b/data/web/core.telegram.org/bots/webapps.html @@ -721,7 +721,7 @@

All these methods return the MainButton object so they can be chained.

SettingsButton

-

This object controls the Settings item in the context menu of the Mini App in the Telegram interface.

+

NEW This object controls the Settings item in the context menu of the Mini App in the Telegram interface.

diff --git a/data/web/promote.telegram.org/css/promote.css b/data/web/promote.telegram.org/css/promote.css index 229d842b16..3338086830 100644 --- a/data/web/promote.telegram.org/css/promote.css +++ b/data/web/promote.telegram.org/css/promote.css @@ -2218,6 +2218,12 @@ a.pr-account-button-wrap:focus { .field-readonly .pr-form-control-wrap:after { display: none; } +.pr-form-control-wrap.has-locked .input, +.pr-form-control-wrap.has-locked input.form-control, +.pr-form-control-wrap.has-locked .select { + padding-right: 40px; + text-overflow: ellipsis; +} .pr-form-control-wrap.has-photo .pr-form-control, .pr-form-control-wrap.has-progress.field-loading .pr-form-control { padding-right: 48px;