1
This commit is contained in:
@@ -5685,26 +5685,17 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
box-shadow: 0 20px 50px rgba(112, 57, 30, 0.12);
|
||||
}
|
||||
|
||||
.platform-profile-header__actions {
|
||||
position: absolute;
|
||||
right: 0.8rem;
|
||||
top: 0.72rem;
|
||||
z-index: 2;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.85rem;
|
||||
}
|
||||
|
||||
.platform-profile-header__icon-button {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 2.2rem;
|
||||
height: 2.2rem;
|
||||
border: 0;
|
||||
border: 1px solid rgba(232, 214, 201, 0.82);
|
||||
border-radius: 9999px;
|
||||
background: transparent;
|
||||
background: rgba(255, 252, 248, 0.9);
|
||||
color: #1e120c;
|
||||
box-shadow: 0 8px 18px rgba(112, 57, 30, 0.06);
|
||||
}
|
||||
|
||||
.platform-profile-scene-decor {
|
||||
@@ -5725,8 +5716,8 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
flex-direction: column;
|
||||
gap: 0.75rem;
|
||||
min-width: 0;
|
||||
padding-top: 2.6rem;
|
||||
padding-right: 6.75rem;
|
||||
padding-top: 0.2rem;
|
||||
padding-right: 4.25rem;
|
||||
}
|
||||
|
||||
.platform-profile-edit-button {
|
||||
@@ -5825,14 +5816,40 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 2.8rem;
|
||||
height: 2.8rem;
|
||||
width: 2.35rem;
|
||||
height: 2.35rem;
|
||||
flex: none;
|
||||
border-radius: 9999px;
|
||||
background: rgba(255, 243, 230, 0.9);
|
||||
color: #bc5f34;
|
||||
}
|
||||
|
||||
.platform-qr-scanner-modal {
|
||||
border: 1px solid var(--platform-modal-border);
|
||||
background: var(--platform-modal-fill);
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.1),
|
||||
0 24px 80px rgba(0, 0, 0, 0.18);
|
||||
}
|
||||
|
||||
.platform-qr-scanner-modal__viewport {
|
||||
position: relative;
|
||||
aspect-ratio: 1;
|
||||
overflow: hidden;
|
||||
border-radius: 1.1rem;
|
||||
background: rgba(18, 16, 14, 0.92);
|
||||
}
|
||||
|
||||
.platform-qr-scanner-modal__frame {
|
||||
position: absolute;
|
||||
inset: 18%;
|
||||
border: 2px solid rgba(255, 244, 230, 0.92);
|
||||
border-radius: 1rem;
|
||||
box-shadow:
|
||||
0 0 0 999px rgba(0, 0, 0, 0.18),
|
||||
0 0 24px rgba(244, 138, 70, 0.28);
|
||||
}
|
||||
|
||||
.platform-profile-daily-task-card {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -6011,15 +6028,9 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
border-radius: 1.4rem;
|
||||
}
|
||||
|
||||
.platform-profile-header__actions {
|
||||
right: 0.64rem;
|
||||
top: 0.6rem;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.platform-profile-header__identity {
|
||||
padding-top: 2.45rem;
|
||||
padding-right: 4.9rem;
|
||||
padding-top: 0;
|
||||
padding-right: 3.55rem;
|
||||
}
|
||||
|
||||
.platform-profile-header__identity-row {
|
||||
@@ -6103,8 +6114,8 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
}
|
||||
|
||||
.platform-profile-stat-card__icon {
|
||||
width: 2.35rem;
|
||||
height: 2.35rem;
|
||||
width: 1.95rem;
|
||||
height: 1.95rem;
|
||||
}
|
||||
|
||||
.platform-profile-stat-card__value {
|
||||
|
||||
Reference in New Issue
Block a user