1
This commit is contained in:
@@ -2347,12 +2347,6 @@ body {
|
||||
min-height: 2.75rem;
|
||||
}
|
||||
|
||||
.platform-mobile-topbar__action {
|
||||
width: 2.35rem;
|
||||
height: 2.35rem;
|
||||
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.platform-bottom-nav__label {
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -2371,6 +2365,13 @@ body {
|
||||
padding-bottom: var(--platform-bottom-dock-outer-height);
|
||||
}
|
||||
|
||||
.platform-mobile-entry-shell--recommend {
|
||||
padding-top: 0;
|
||||
padding-bottom: calc(
|
||||
var(--platform-bottom-dock-outer-height) - 0.95rem
|
||||
);
|
||||
}
|
||||
|
||||
.platform-mobile-bottom-dock {
|
||||
position: fixed;
|
||||
right: max(0.75rem, env(safe-area-inset-right, 0px));
|
||||
@@ -2451,14 +2452,14 @@ body {
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
flex-direction: column;
|
||||
gap: 0.28rem;
|
||||
gap: 0;
|
||||
overflow: hidden;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
backdrop-filter: none;
|
||||
padding: 0 0 0.1rem;
|
||||
padding: 0 0 0.02rem;
|
||||
}
|
||||
|
||||
.platform-recommend-runtime-panel {
|
||||
@@ -2538,7 +2539,7 @@ body {
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
flex-direction: column;
|
||||
gap: 0.28rem;
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
.platform-recommend-swipe-card__visual {
|
||||
@@ -2547,14 +2548,22 @@ body {
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--platform-recommend-runtime-border);
|
||||
border-radius: 1.65rem;
|
||||
border-radius: 1.65rem 1.65rem 0 0;
|
||||
border-bottom: 0;
|
||||
background: var(--platform-recommend-runtime-fill);
|
||||
box-shadow: var(--platform-recommend-runtime-shadow);
|
||||
}
|
||||
|
||||
.platform-recommend-swipe-card__meta {
|
||||
flex: 0 0 auto;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
flex: 0 0 clamp(6.8rem, 18dvh, 8.4rem);
|
||||
min-width: 0;
|
||||
border: 1px solid var(--platform-recommend-runtime-border);
|
||||
border-top: 0;
|
||||
border-radius: 0 0 1.65rem 1.65rem;
|
||||
background: var(--platform-recommend-runtime-fill);
|
||||
box-shadow: var(--platform-recommend-runtime-shadow);
|
||||
}
|
||||
|
||||
.platform-recommend-runtime-preview__body {
|
||||
@@ -2651,8 +2660,12 @@ body {
|
||||
}
|
||||
|
||||
.platform-recommend-work-meta {
|
||||
display: flex;
|
||||
min-height: 100%;
|
||||
align-items: center;
|
||||
flex: 0 0 auto;
|
||||
min-width: 0;
|
||||
padding: 0.68rem 0.78rem 1.12rem;
|
||||
color: var(--platform-text-strong);
|
||||
touch-action: none;
|
||||
user-select: none;
|
||||
@@ -2727,8 +2740,8 @@ body {
|
||||
}
|
||||
|
||||
.platform-recommend-work-meta__row {
|
||||
margin-top: 0.12rem;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user