From 124a124936f949bd13cbcd2fae8ab9fe82c500f2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 18 Oct 2024 20:48:21 +0000 Subject: [PATCH] Update content of files --- data/web/fragment.com/css/auction.css | 37 ++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/data/web/fragment.com/css/auction.css b/data/web/fragment.com/css/auction.css index fd99cb87b9..4670190cdd 100644 --- a/data/web/fragment.com/css/auction.css +++ b/data/web/fragment.com/css/auction.css @@ -1310,8 +1310,8 @@ a.tm-menu-link:focus { .tm-main { margin: 0 auto; - width: auto; - max-width: 480px; + width: 480px; + max-width: 100%; padding-bottom: 70px; flex-grow: 1; } @@ -3463,22 +3463,41 @@ 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; @@ -3828,7 +3847,7 @@ a.tm-table-action-link:hover { } .tm-main { - max-width: 720px; + width: 720px; box-sizing: content-box; padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); @@ -3945,6 +3964,10 @@ 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; }