mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-24 08:16:34 +01:00
Update content of files
This commit is contained in:
parent
456aae2df3
commit
ef3bd6336d
1 changed files with 7 additions and 30 deletions
|
@ -1310,8 +1310,8 @@ a.tm-menu-link:focus {
|
|||
|
||||
.tm-main {
|
||||
margin: 0 auto;
|
||||
width: 480px;
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
max-width: 480px;
|
||||
padding-bottom: 70px;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
@ -3463,41 +3463,22 @@ a.tm-table-action-link:hover {
|
|||
margin-top: 8px;
|
||||
color: var(--text-color);
|
||||
}
|
||||
.tm-main-premium-option-text.short {
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.tm-main-premium-option-button {
|
||||
margin: 30px 0 21px;
|
||||
}
|
||||
.tm-premium-boost-label {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
padding: 3px 6px;
|
||||
margin: 9px 10px;
|
||||
font-weight: bold;
|
||||
background-color: #9f53ff;
|
||||
color: #fff;
|
||||
border-radius: 6px;
|
||||
margin: 9px 10px;
|
||||
}
|
||||
.tm-stars-per-user-label {
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
font-weight: normal;
|
||||
text-align: right;
|
||||
color: var(--dropdown-secondary-color);
|
||||
margin-right: 10px;
|
||||
}
|
||||
.tm-stars-per-user-label svg.icon {
|
||||
transform: scale(0.85) translateX(1px);
|
||||
}
|
||||
.tm-search-rbox,
|
||||
.tm-premium-boost-label.tm-search-rlabel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
.icon-boost:before {
|
||||
width: 11px;
|
||||
|
@ -3847,7 +3828,7 @@ a.tm-table-action-link:hover {
|
|||
}
|
||||
|
||||
.tm-main {
|
||||
width: 720px;
|
||||
max-width: 720px;
|
||||
box-sizing: content-box;
|
||||
padding-left: env(safe-area-inset-left);
|
||||
padding-right: env(safe-area-inset-right);
|
||||
|
@ -3964,10 +3945,6 @@ a.tm-table-action-link:hover {
|
|||
.tm-main-premium .tm-main-search-form .tm-search-prefix {
|
||||
padding: 12px 54px 12px 52px;
|
||||
}
|
||||
.tm-stars-per-user-label {
|
||||
font-size: 15px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.tm-main-form-group {
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue