Update content of files

This commit is contained in:
GitHub Action 2023-12-29 11:27:47 +00:00
parent 124885f364
commit 5187c2a07f
3 changed files with 8 additions and 2 deletions

View file

@ -721,7 +721,7 @@
</table>
<p>All these methods return the MainButton object so they can be chained.</p>
<h4><a class="anchor" name="settingsbutton" href="#settingsbutton"><i class="anchor-icon"></i></a>SettingsButton</h4>
<p>This object controls the <strong>Settings</strong> item in the context menu of the Mini App in the Telegram interface.</p>
<p><sup><mark>NEW</mark></sup> This object controls the <strong>Settings</strong> item in the context menu of the Mini App in the Telegram interface.</p>
<table class="table">
<thead>
<tr>

View file

@ -721,7 +721,7 @@
</table>
<p>All these methods return the MainButton object so they can be chained.</p>
<h4><a class="anchor" name="settingsbutton" href="#settingsbutton"><i class="anchor-icon"></i></a>SettingsButton</h4>
<p>This object controls the <strong>Settings</strong> item in the context menu of the Mini App in the Telegram interface.</p>
<p><sup><mark>NEW</mark></sup> This object controls the <strong>Settings</strong> item in the context menu of the Mini App in the Telegram interface.</p>
<table class="table">
<thead>
<tr>

View file

@ -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;