Update content of files

This commit is contained in:
GitHub Action 2024-10-18 20:40:47 +00:00
parent 01901fe2b3
commit c820a5056c

View file

@ -1310,8 +1310,8 @@ a.tm-menu-link:focus {
.tm-main { .tm-main {
margin: 0 auto; margin: 0 auto;
width: 480px; width: auto;
max-width: 100%; max-width: 480px;
padding-bottom: 70px; padding-bottom: 70px;
flex-grow: 1; flex-grow: 1;
} }
@ -3463,41 +3463,22 @@ a.tm-table-action-link:hover {
margin-top: 8px; margin-top: 8px;
color: var(--text-color); color: var(--text-color);
} }
.tm-main-premium-option-text.short {
margin-left: 15px;
margin-right: 15px;
}
.tm-main-premium-option-button { .tm-main-premium-option-button {
margin: 30px 0 21px; margin: 30px 0 21px;
} }
.tm-premium-boost-label { .tm-premium-boost-label {
position: absolute;
top: 0;
right: 0;
display: inline-block; display: inline-block;
font-size: 14px; font-size: 14px;
line-height: 18px; line-height: 18px;
padding: 3px 6px; padding: 3px 6px;
margin: 9px 10px;
font-weight: bold; font-weight: bold;
background-color: #9f53ff; background-color: #9f53ff;
color: #fff; color: #fff;
border-radius: 6px; 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 { .icon-boost:before {
width: 11px; width: 11px;
@ -3847,7 +3828,7 @@ a.tm-table-action-link:hover {
} }
.tm-main { .tm-main {
width: 720px; max-width: 720px;
box-sizing: content-box; box-sizing: content-box;
padding-left: env(safe-area-inset-left); padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right); 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 { .tm-main-premium .tm-main-search-form .tm-search-prefix {
padding: 12px 54px 12px 52px; padding: 12px 54px 12px 52px;
} }
.tm-stars-per-user-label {
font-size: 15px;
margin-right: 20px;
}
.tm-main-form-group { .tm-main-form-group {
margin-bottom: 28px; margin-bottom: 28px;
} }