mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +01:00
Update content of files
This commit is contained in:
parent
124885f364
commit
5187c2a07f
3 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue