profile-pane 3.2.3-0 → 3.2.3-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ProfileView.css +73 -236
- package/lib/ProfileView.d.ts +2 -1
- package/lib/ProfileView.d.ts.map +1 -1
- package/lib/ProfileView.js +19 -18
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +35 -35
- package/lib/profile-pane.js +17229 -25377
- package/lib/profile-pane.js.map +1 -1
- package/lib/profile-pane.min.js +809 -1579
- package/lib/profile-pane.min.js.map +1 -1
- package/lib/sections/bio/BioSection.css +16 -123
- package/lib/sections/bio/BioSection.d.ts +2 -2
- package/lib/sections/bio/BioSection.d.ts.map +1 -1
- package/lib/sections/bio/BioSection.js +23 -32
- package/lib/sections/contactInfo/ContactInfoEditDialog.css +33 -66
- package/lib/sections/contactInfo/ContactInfoEditDialog.d.ts.map +1 -1
- package/lib/sections/contactInfo/ContactInfoEditDialog.js +15 -39
- package/lib/sections/contactInfo/ContactInfoSection.css +7 -7
- package/lib/sections/contactInfo/ContactInfoSection.d.ts +2 -2
- package/lib/sections/contactInfo/ContactInfoSection.d.ts.map +1 -1
- package/lib/sections/contactInfo/ContactInfoSection.js +34 -49
- package/lib/sections/education/EducationSection.d.ts +1 -1
- package/lib/sections/education/EducationSection.d.ts.map +1 -1
- package/lib/sections/education/EducationSection.js +2 -3
- package/lib/sections/heading/HeadingEditDialog.d.ts.map +1 -1
- package/lib/sections/heading/HeadingEditDialog.js +1 -9
- package/lib/sections/heading/HeadingSection.css +122 -346
- package/lib/sections/heading/HeadingSection.d.ts +2 -3
- package/lib/sections/heading/HeadingSection.d.ts.map +1 -1
- package/lib/sections/heading/HeadingSection.js +13 -19
- package/lib/sections/languages/LanguageEditDialog.d.ts.map +1 -1
- package/lib/sections/languages/LanguageEditDialog.js +7 -8
- package/lib/sections/languages/LanguageSection.css +6 -6
- package/lib/sections/languages/LanguageSection.d.ts +2 -2
- package/lib/sections/languages/LanguageSection.d.ts.map +1 -1
- package/lib/sections/languages/LanguageSection.js +33 -49
- package/lib/sections/projects/ProjectEditDialog.d.ts +0 -1
- package/lib/sections/projects/ProjectEditDialog.d.ts.map +1 -1
- package/lib/sections/projects/ProjectEditDialog.js +2 -6
- package/lib/sections/projects/ProjectSection.css +36 -94
- package/lib/sections/projects/ProjectSection.d.ts +2 -2
- package/lib/sections/projects/ProjectSection.d.ts.map +1 -1
- package/lib/sections/projects/ProjectSection.js +28 -49
- package/lib/sections/resume/ResumeEditDialog.d.ts +0 -1
- package/lib/sections/resume/ResumeEditDialog.d.ts.map +1 -1
- package/lib/sections/resume/ResumeEditDialog.js +20 -40
- package/lib/sections/resume/ResumeSection.css +51 -133
- package/lib/sections/resume/ResumeSection.d.ts +3 -3
- package/lib/sections/resume/ResumeSection.d.ts.map +1 -1
- package/lib/sections/resume/ResumeSection.js +28 -42
- package/lib/sections/shared/sectionCardHelpers.js +15 -15
- package/lib/sections/skills/SkillsEditDialog.d.ts.map +1 -1
- package/lib/sections/skills/SkillsEditDialog.js +1 -3
- package/lib/sections/skills/SkillsSection.css +20 -67
- package/lib/sections/skills/SkillsSection.d.ts +2 -2
- package/lib/sections/skills/SkillsSection.d.ts.map +1 -1
- package/lib/sections/skills/SkillsSection.js +36 -55
- package/lib/sections/social/SocialEditDialog.d.ts.map +1 -1
- package/lib/sections/social/SocialEditDialog.js +4 -9
- package/lib/sections/social/SocialSection.css +19 -70
- package/lib/sections/social/SocialSection.d.ts +2 -2
- package/lib/sections/social/SocialSection.d.ts.map +1 -1
- package/lib/sections/social/SocialSection.js +37 -61
- package/lib/specialButtons/addMeToYourFriends.d.ts.map +1 -1
- package/lib/specialButtons/addMeToYourFriends.js +0 -2
- package/lib/styles/CollapsibleSection.css +39 -223
- package/lib/styles/EditDialogs.css +90 -284
- package/lib/styles/EditDialogs.responsive.css +72 -147
- package/lib/types.d.ts +1 -0
- package/lib/types.d.ts.map +1 -1
- package/lib/ui/dialog.css +18 -89
- package/lib/ui/dialog.d.ts.map +1 -1
- package/lib/ui/dialog.js +5 -9
- package/lib/ui/dialog.responsive.css +31 -34
- package/lib/ui/responsiveActionButton.d.ts +19 -0
- package/lib/ui/responsiveActionButton.d.ts.map +1 -0
- package/lib/ui/responsiveActionButton.js +34 -0
- package/lib/utils/resize.d.ts +2 -0
- package/lib/utils/resize.d.ts.map +1 -0
- package/lib/utils/resize.js +40 -0
- package/package.json +19 -19
- package/lib/303.profile-pane.js +0 -1362
- package/lib/303.profile-pane.js.map +0 -1
- package/lib/303.profile-pane.min.js +0 -2
- package/lib/303.profile-pane.min.js.map +0 -1
- package/lib/specialButtons/addContact/AddMeToYourContacts.css +0 -1118
- package/lib/specialButtons/addContact/ContactCreationDialog.d.ts +0 -10
- package/lib/specialButtons/addContact/ContactCreationDialog.d.ts.map +0 -1
- package/lib/specialButtons/addContact/ContactCreationDialog.js +0 -1123
- package/lib/specialButtons/addContact/addMeToYourContacts.d.ts +0 -16
- package/lib/specialButtons/addContact/addMeToYourContacts.d.ts.map +0 -1
- package/lib/specialButtons/addContact/addMeToYourContacts.js +0 -136
- package/lib/specialButtons/addContact/contactsErrors.d.ts +0 -8
- package/lib/specialButtons/addContact/contactsErrors.d.ts.map +0 -1
- package/lib/specialButtons/addContact/contactsErrors.js +0 -106
- package/lib/specialButtons/addContact/contactsTypes.d.ts +0 -43
- package/lib/specialButtons/addContact/contactsTypes.d.ts.map +0 -1
- package/lib/specialButtons/addContact/contactsTypes.js +0 -5
- package/lib/specialButtons/addContact/helpers.d.ts +0 -7
- package/lib/specialButtons/addContact/helpers.d.ts.map +0 -1
- package/lib/specialButtons/addContact/helpers.js +0 -103
- package/lib/specialButtons/addContact/mutations.d.ts +0 -16
- package/lib/specialButtons/addContact/mutations.d.ts.map +0 -1
- package/lib/specialButtons/addContact/mutations.js +0 -300
- package/lib/specialButtons/addContact/selectors.d.ts +0 -10
- package/lib/specialButtons/addContact/selectors.d.ts.map +0 -1
- package/lib/specialButtons/addContact/selectors.js +0 -163
|
@@ -5,79 +5,37 @@
|
|
|
5
5
|
|
|
6
6
|
/* Header grid */
|
|
7
7
|
.profile__heading-top {
|
|
8
|
-
--profile-heading-header-bar-gap: 0.125rem;
|
|
9
|
-
--profile-heading-desktop-details-offset: var(--spacing-lg, 1.5625rem);
|
|
10
|
-
--profile-heading-desktop-detail-row-gap: var(--spacing-xxs, 0.3125rem);
|
|
11
|
-
--profile-heading-identity-inline-gap: 0.4375rem;
|
|
12
|
-
--profile-heading-name-offset-x: -4px;
|
|
13
|
-
--profile-heading-detail-column-gap: 2rem;
|
|
14
|
-
--profile-heading-detail-grid-column-gap: clamp(0.75rem, 2vw, 1.5rem);
|
|
15
|
-
--profile-heading-detail-grid-max-width: 34rem;
|
|
16
|
-
--profile-heading-detail-icon-size: var(--icon-xxs, 1rem);
|
|
17
|
-
--profile-heading-prefix-icon-gap: 0.125rem;
|
|
18
8
|
--profile-heading-action-item-flex: 0 0 auto;
|
|
19
|
-
--profile-heading-action-label-font-size: inherit;
|
|
20
|
-
--profile-heading-action-label-white-space: normal;
|
|
21
|
-
--profile-heading-action-contact-icon-size: var(--icon-xxs, 1rem);
|
|
22
|
-
--profile-heading-action-contact-icon-gap: var(--spacing-xxs, 0.3125rem);
|
|
23
9
|
--profile-heading-action-full-label-display: inline;
|
|
24
10
|
--profile-heading-action-short-label-display: none;
|
|
25
|
-
--profile-heading-medium-column-gap:
|
|
26
|
-
--profile-heading-hero-size: 8.75rem;
|
|
27
|
-
--profile-heading-hero-alt-padding-inline: 2.275rem;
|
|
11
|
+
--profile-heading-medium-column-gap: 15px;
|
|
28
12
|
--profile-heading-medium-hero-size: 6.5rem;
|
|
29
|
-
--profile-heading-medium-hero-alt-padding-inline:
|
|
30
|
-
--profile-heading-medium-action-gap:
|
|
31
|
-
--profile-heading-medium-button-padding: 0.3125rem 0.5625rem;
|
|
32
|
-
--profile-heading-medium-button-padding-x: 0.5625rem;
|
|
33
|
-
--profile-heading-medium-button-font-size: var(--font-size-xs, 0.8125rem);
|
|
34
|
-
--profile-heading-medium-contact-icon-size: 0.6875rem;
|
|
35
|
-
--profile-heading-medium-contact-icon-gap: 0.25rem;
|
|
13
|
+
--profile-heading-medium-hero-alt-padding-inline: 27px;
|
|
14
|
+
--profile-heading-medium-action-gap: 4px;
|
|
36
15
|
--profile-heading-medium-actions-max-inline-size: 10.5rem;
|
|
37
|
-
--profile-heading-narrow-column-gap:
|
|
38
|
-
--profile-heading-narrow-action-gap:
|
|
16
|
+
--profile-heading-narrow-column-gap: 8px;
|
|
17
|
+
--profile-heading-narrow-action-gap: 2px;
|
|
39
18
|
--profile-heading-narrow-actions-justify-self: center;
|
|
40
19
|
--profile-heading-narrow-actions-margin-left: auto;
|
|
41
20
|
--profile-heading-narrow-actions-margin-right: auto;
|
|
42
21
|
--profile-heading-narrow-actions-justify-content: center;
|
|
43
|
-
--profile-heading-compact-column-gap:
|
|
44
|
-
--profile-heading-compact-row-gap:
|
|
45
|
-
--profile-heading-compact-action-gap:
|
|
22
|
+
--profile-heading-compact-column-gap: 5px;
|
|
23
|
+
--profile-heading-compact-row-gap: 12px;
|
|
24
|
+
--profile-heading-compact-action-gap: 2px;
|
|
46
25
|
--profile-heading-compact-actions-justify-self: start;
|
|
47
26
|
--profile-heading-compact-actions-margin-left: 0;
|
|
48
27
|
--profile-heading-compact-actions-margin-right: auto;
|
|
49
28
|
--profile-heading-compact-actions-justify-content: flex-start;
|
|
50
|
-
--profile-heading-
|
|
51
|
-
--profile-heading-
|
|
52
|
-
--profile-heading-secondary-edit-margin-left: auto;
|
|
53
|
-
--profile-heading-secondary-edit-margin-right: 0;
|
|
54
|
-
--profile-heading-secondary-edit-justify-content: flex-end;
|
|
55
|
-
--profile-heading-compact-button-padding: 0.25rem 0.3125rem;
|
|
56
|
-
--profile-heading-compact-button-padding-x: 0.3125rem;
|
|
57
|
-
--profile-heading-compact-button-font-size: var(--font-size-xxs, 0.75rem);
|
|
58
|
-
--profile-heading-compact-contact-icon-size: 0.625rem;
|
|
59
|
-
--profile-heading-compact-contact-icon-gap: 0.1875rem;
|
|
60
|
-
--profile-heading-compact-button-hover-background: var(--color-primary, #7C4DFF);
|
|
61
|
-
--profile-heading-compact-button-hover-border: var(--color-primary, #7C4DFF);
|
|
62
|
-
--profile-heading-compact-button-hover-text: var(--color-text-on-action, var(--white, #FFF));
|
|
63
|
-
--profile-heading-compact-detail-column-gap: 0.25rem;
|
|
64
|
-
--profile-heading-compact-detail-size: var(--profile-mobile-header-detail-size, var(--font-size-xxs, 0.75rem));
|
|
65
|
-
--profile-heading-compact-details-gap: var(--spacing-xs, 0.5rem);
|
|
66
|
-
--profile-heading-compact-identity-gap: 0.125rem;
|
|
29
|
+
--profile-heading-compact-detail-column-gap: 2px;
|
|
30
|
+
--profile-heading-compact-details-gap: 12px;
|
|
67
31
|
--profile-heading-compact-hero-icon-size: 3rem;
|
|
68
|
-
--profile-heading-compact-image-size: var(--profile-mobile-header-image-size, 4.375rem);
|
|
69
|
-
--profile-heading-compact-name-size: var(--profile-mobile-header-name-size, var(--font-size-xl, 1.375rem));
|
|
70
|
-
--profile-heading-compact-name-line-height: 1.15;
|
|
71
|
-
--profile-heading-compact-pronouns-size: var(--profile-mobile-header-pronouns-size, var(--font-size-2xs, 0.6875rem));
|
|
72
|
-
--profile-heading-compact-pronouns-line-height: 1.1;
|
|
73
|
-
--profile-heading-compact-role-size: var(--profile-mobile-header-job-title-size, var(--font-size-md, 1rem));
|
|
74
32
|
display: grid;
|
|
75
33
|
grid-template-columns: auto minmax(0, 1fr) auto auto;
|
|
76
34
|
grid-template-areas:
|
|
77
35
|
"avatar info actions edit"
|
|
78
36
|
"avatar details details details";
|
|
79
|
-
column-gap:
|
|
80
|
-
row-gap:
|
|
37
|
+
column-gap: 20px;
|
|
38
|
+
row-gap: 25px;
|
|
81
39
|
align-items: start;
|
|
82
40
|
width: 100%;
|
|
83
41
|
}
|
|
@@ -85,15 +43,15 @@
|
|
|
85
43
|
.profile__name {
|
|
86
44
|
display: block;
|
|
87
45
|
color: var(--color-text-heading, #000);
|
|
88
|
-
font-size:
|
|
89
|
-
font-weight:
|
|
46
|
+
font-size: 1.75rem; /* 28px */
|
|
47
|
+
font-weight: 600;
|
|
90
48
|
margin: 0;
|
|
91
49
|
padding: 0;
|
|
92
50
|
text-indent: 0;
|
|
93
51
|
line-height: 1.2;
|
|
94
52
|
text-align: left;
|
|
95
53
|
overflow-wrap: anywhere;
|
|
96
|
-
transform: translateX(
|
|
54
|
+
transform: translateX(-4px);
|
|
97
55
|
}
|
|
98
56
|
|
|
99
57
|
.profile__info {
|
|
@@ -114,7 +72,7 @@
|
|
|
114
72
|
align-content: flex-start;
|
|
115
73
|
align-items: flex-start;
|
|
116
74
|
flex-wrap: wrap;
|
|
117
|
-
gap:
|
|
75
|
+
gap: 5px 32px;
|
|
118
76
|
}
|
|
119
77
|
|
|
120
78
|
.profile__info > .profile__header-bar {
|
|
@@ -127,7 +85,7 @@
|
|
|
127
85
|
display: flex;
|
|
128
86
|
flex-direction: column;
|
|
129
87
|
align-items: flex-start;
|
|
130
|
-
gap:
|
|
88
|
+
gap: 2px;
|
|
131
89
|
width: 100%;
|
|
132
90
|
margin: 0;
|
|
133
91
|
padding: 0;
|
|
@@ -135,8 +93,8 @@
|
|
|
135
93
|
|
|
136
94
|
.profile__actions {
|
|
137
95
|
color: var(--color-text-secondary, #4A5565);
|
|
138
|
-
font-size: var(--font-size-
|
|
139
|
-
margin-bottom:
|
|
96
|
+
font-size: var(--solid-ui-font-size-md, 1rem);
|
|
97
|
+
margin-bottom: 12px;
|
|
140
98
|
}
|
|
141
99
|
|
|
142
100
|
.profile__heading-actions {
|
|
@@ -147,83 +105,49 @@
|
|
|
147
105
|
justify-self: end;
|
|
148
106
|
display: flex;
|
|
149
107
|
align-items: flex-start;
|
|
150
|
-
gap:
|
|
108
|
+
gap: 12px;
|
|
151
109
|
flex-wrap: wrap;
|
|
152
110
|
}
|
|
153
111
|
|
|
154
|
-
.profile__heading-actions .profile__btn-friends-label,
|
|
155
|
-
.profile__heading-actions #add-to-contacts-button-container .profile__btn-contacts-label {
|
|
156
|
-
font-size: var(--profile-heading-action-label-font-size, inherit);
|
|
157
|
-
white-space: var(--profile-heading-action-label-white-space, normal);
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.profile__heading-actions #add-to-contacts-button-container .profile__btn-contacts-icon,
|
|
161
|
-
.profile__heading-actions #add-to-contacts-button-container .profile__btn-contacts-icon svg {
|
|
162
|
-
width: var(--profile-heading-action-contact-icon-size, var(--icon-xxs, 1rem));
|
|
163
|
-
height: var(--profile-heading-action-contact-icon-size, var(--icon-xxs, 1rem));
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.profile__heading-actions #add-to-contacts-button-container .profile__btn-contacts-icon {
|
|
167
|
-
margin-right: var(--profile-heading-action-contact-icon-gap, var(--spacing-xxs, 0.3125rem));
|
|
168
|
-
}
|
|
169
|
-
|
|
170
112
|
.profile__heading-actions solid-ui-button.profile__btn-friends[data-friends-short-label='true'] .profile__btn-friends-label--full {
|
|
171
|
-
display: var(--profile-heading-action-full-label-display
|
|
113
|
+
display: var(--profile-heading-action-full-label-display);
|
|
172
114
|
}
|
|
173
115
|
|
|
174
116
|
.profile__heading-actions solid-ui-button.profile__btn-friends[data-friends-short-label='true'] .profile__btn-friends-label--short {
|
|
175
|
-
display: var(--profile-heading-action-short-label-display
|
|
117
|
+
display: var(--profile-heading-action-short-label-display);
|
|
176
118
|
}
|
|
177
119
|
|
|
178
120
|
.profile__heading-edit-action {
|
|
179
121
|
grid-area: edit;
|
|
180
122
|
margin-left: auto;
|
|
181
|
-
margin-right:
|
|
123
|
+
margin-right: 0;
|
|
182
124
|
margin-bottom: 0;
|
|
183
125
|
align-self: flex-start;
|
|
184
126
|
justify-self: end;
|
|
185
127
|
display: flex;
|
|
186
|
-
justify-content:
|
|
128
|
+
justify-content: flex-end;
|
|
187
129
|
align-items: flex-start;
|
|
188
130
|
padding: 0;
|
|
189
131
|
}
|
|
190
132
|
|
|
191
133
|
.profile__heading-actions > .profile-friends-button__section,
|
|
192
|
-
.profile__heading-actions >
|
|
134
|
+
.profile__heading-actions > .profile-friends-button__section {
|
|
193
135
|
width: auto;
|
|
194
136
|
min-width: 0;
|
|
195
|
-
flex: var(--profile-heading-action-item-flex
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.profile__heading-actions > #add-to-contacts-button-container {
|
|
199
|
-
display: none !important;
|
|
137
|
+
flex: var(--profile-heading-action-item-flex);
|
|
200
138
|
}
|
|
201
139
|
|
|
202
|
-
.profile__heading-actions > .profile-friends-button__section > solid-ui-button.profile__btn-friends
|
|
203
|
-
.profile__heading-actions > #add-to-contacts-button-container > solid-ui-button.profile__btn-contacts {
|
|
140
|
+
.profile__heading-actions > .profile-friends-button__section > solid-ui-button.profile__btn-friends {
|
|
204
141
|
width: auto;
|
|
205
142
|
max-width: 100%;
|
|
206
143
|
}
|
|
207
144
|
|
|
208
|
-
.profile__heading-action-button {
|
|
209
|
-
position: static;
|
|
210
|
-
min-width: 0;
|
|
211
|
-
width: auto;
|
|
212
|
-
max-width: none;
|
|
213
|
-
padding: 0;
|
|
214
|
-
--button-padding-sm: 0;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.profile__heading-edit-action > solid-ui-button.profile__heading-action-button::part(button) {
|
|
218
|
-
padding: 0;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
145
|
/* Identity details */
|
|
222
146
|
.profile__identity {
|
|
223
147
|
display: flex;
|
|
224
148
|
flex-direction: row;
|
|
225
149
|
align-items: baseline;
|
|
226
|
-
gap:
|
|
150
|
+
gap: 7px;
|
|
227
151
|
justify-content: flex-start;
|
|
228
152
|
width: 100%;
|
|
229
153
|
flex-wrap: nowrap;
|
|
@@ -231,8 +155,8 @@
|
|
|
231
155
|
|
|
232
156
|
.profile__pronouns {
|
|
233
157
|
color: var(--color-text-secondary, #4A5565);
|
|
234
|
-
font-size: var(--font-size-sm, 0.875rem);
|
|
235
|
-
font-weight:
|
|
158
|
+
font-size: var(--solid-ui-font-size-sm, 0.875rem);
|
|
159
|
+
font-weight: 400;
|
|
236
160
|
line-height: 1.2;
|
|
237
161
|
}
|
|
238
162
|
|
|
@@ -240,9 +164,9 @@
|
|
|
240
164
|
margin: 0;
|
|
241
165
|
width: 100%;
|
|
242
166
|
white-space: normal;
|
|
243
|
-
color: var(--color-
|
|
244
|
-
font-size: var(--font-size-lg, 1.125rem);
|
|
245
|
-
font-weight:
|
|
167
|
+
color: var(--solid-ui-color-gray-800, #101828);
|
|
168
|
+
font-size: var(--solid-ui-font-size-lg, 1.125rem);
|
|
169
|
+
font-weight: 500;
|
|
246
170
|
line-height: 1.25;
|
|
247
171
|
text-align: left;
|
|
248
172
|
}
|
|
@@ -252,12 +176,12 @@
|
|
|
252
176
|
display: grid;
|
|
253
177
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
254
178
|
justify-content: flex-start;
|
|
255
|
-
column-gap:
|
|
256
|
-
row-gap:
|
|
179
|
+
column-gap: clamp(12px, 2vw, 24px);
|
|
180
|
+
row-gap: 12px;
|
|
257
181
|
align-items: start;
|
|
258
182
|
margin: 0;
|
|
259
183
|
padding: 0;
|
|
260
|
-
width: min(100%,
|
|
184
|
+
width: min(100%, 544px);
|
|
261
185
|
max-width: 100%;
|
|
262
186
|
}
|
|
263
187
|
|
|
@@ -265,7 +189,7 @@
|
|
|
265
189
|
.profile__contact-row .profile__item {
|
|
266
190
|
display: flex;
|
|
267
191
|
align-items: center;
|
|
268
|
-
gap:
|
|
192
|
+
gap: 10px;
|
|
269
193
|
min-width: 0;
|
|
270
194
|
}
|
|
271
195
|
|
|
@@ -283,26 +207,26 @@
|
|
|
283
207
|
.profile__contact-row .profile__value {
|
|
284
208
|
display: flex;
|
|
285
209
|
align-items: flex-start;
|
|
286
|
-
gap:
|
|
210
|
+
gap: 5px;
|
|
287
211
|
}
|
|
288
212
|
|
|
289
213
|
.profile__prefix-icon {
|
|
290
214
|
display: inline-flex;
|
|
291
215
|
align-items: center;
|
|
292
|
-
margin-right:
|
|
216
|
+
margin-right: 2px;
|
|
293
217
|
}
|
|
294
218
|
|
|
295
219
|
.profile__detail-icon {
|
|
296
220
|
display: block;
|
|
297
|
-
width:
|
|
298
|
-
height:
|
|
221
|
+
width: 1rem;
|
|
222
|
+
height: 1rem;
|
|
299
223
|
}
|
|
300
224
|
|
|
301
225
|
.profile__hero,
|
|
302
226
|
.profile__hero-alt {
|
|
303
|
-
width:
|
|
304
|
-
height:
|
|
305
|
-
border-radius:
|
|
227
|
+
width: 8.75rem;
|
|
228
|
+
height: 8.75rem;
|
|
229
|
+
border-radius: 10px;
|
|
306
230
|
}
|
|
307
231
|
|
|
308
232
|
.profile__image-frame:not(.profile__image-frame--fallback) .profile__hero-alt {
|
|
@@ -315,7 +239,7 @@
|
|
|
315
239
|
|
|
316
240
|
/* Profile image */
|
|
317
241
|
.profile__hero {
|
|
318
|
-
border:
|
|
242
|
+
border: 1px solid var(--solid-ui-color-primary, #7C4DFF);
|
|
319
243
|
background: var(--color-surface-placeholder, var(--gray-300, #D1D5DC)) 50% / cover no-repeat;
|
|
320
244
|
background-position: 50%;
|
|
321
245
|
object-fit: cover;
|
|
@@ -326,9 +250,9 @@
|
|
|
326
250
|
display: flex;
|
|
327
251
|
align-items: center;
|
|
328
252
|
justify-content: center;
|
|
329
|
-
padding: 0
|
|
330
|
-
border:
|
|
331
|
-
background: var(--color-
|
|
253
|
+
padding: 0 36.4px;
|
|
254
|
+
border: 1px dashed var(--solid-ui-color-slate-200, #E2E8F0);
|
|
255
|
+
background: var(--solid-ui-color-slate-50, #F8FAFC);
|
|
332
256
|
box-sizing: border-box;
|
|
333
257
|
}
|
|
334
258
|
|
|
@@ -349,76 +273,56 @@
|
|
|
349
273
|
/* Responsive: medium widths */
|
|
350
274
|
@media (max-width: 1200px) {
|
|
351
275
|
.profile__heading-top {
|
|
352
|
-
column-gap: var(--profile-heading-medium-column-gap
|
|
276
|
+
column-gap: var(--profile-heading-medium-column-gap);
|
|
353
277
|
}
|
|
354
278
|
|
|
355
279
|
.profile__hero,
|
|
356
280
|
.profile__hero-alt {
|
|
357
|
-
width: var(--profile-heading-medium-hero-size
|
|
358
|
-
height: var(--profile-heading-medium-hero-size
|
|
281
|
+
width: var(--profile-heading-medium-hero-size);
|
|
282
|
+
height: var(--profile-heading-medium-hero-size);
|
|
359
283
|
}
|
|
360
284
|
|
|
361
285
|
.profile__hero-alt {
|
|
362
|
-
padding: 0 var(--profile-heading-medium-hero-alt-padding-inline
|
|
286
|
+
padding: 0 var(--profile-heading-medium-hero-alt-padding-inline);
|
|
363
287
|
}
|
|
364
288
|
|
|
365
289
|
.profile__heading-actions {
|
|
366
290
|
--profile-heading-action-item-flex: 0 1 auto;
|
|
367
|
-
--profile-heading-action-label-font-size: var(--profile-heading-medium-button-font-size);
|
|
368
|
-
--profile-heading-action-contact-icon-size: var(--profile-heading-medium-contact-icon-size);
|
|
369
|
-
--profile-heading-action-contact-icon-gap: var(--profile-heading-medium-contact-icon-gap);
|
|
370
291
|
justify-self: end;
|
|
371
292
|
margin-bottom: 0;
|
|
372
|
-
max-inline-size: var(--profile-heading-medium-actions-max-inline-size
|
|
293
|
+
max-inline-size: var(--profile-heading-medium-actions-max-inline-size);
|
|
373
294
|
justify-content: flex-end;
|
|
374
295
|
align-items: flex-start;
|
|
375
296
|
align-content: flex-end;
|
|
376
|
-
gap: var(--profile-heading-medium-action-gap
|
|
377
|
-
}
|
|
378
|
-
.profile__heading-actions > .profile-friends-button__section > solid-ui-button.profile__btn-friends,
|
|
379
|
-
.profile__heading-actions > #add-to-contacts-button-container > solid-ui-button.profile__btn-contacts {
|
|
380
|
-
--button-padding-sm: var(--profile-heading-medium-button-padding, 0.3125rem 0.5625rem);
|
|
381
|
-
--button-padding-x-sm: var(--profile-heading-medium-button-padding-x, 0.5625rem);
|
|
382
|
-
--button-font-size-sm: var(--profile-heading-medium-button-font-size, var(--font-size-xs, 0.8125rem));
|
|
297
|
+
gap: var(--profile-heading-medium-action-gap);
|
|
383
298
|
}
|
|
384
|
-
|
|
385
299
|
}
|
|
386
300
|
|
|
387
301
|
@container profile-pane (max-width: 1200px) {
|
|
388
302
|
.profile__heading-top {
|
|
389
|
-
column-gap: var(--profile-heading-medium-column-gap
|
|
303
|
+
column-gap: var(--profile-heading-medium-column-gap);
|
|
390
304
|
}
|
|
391
305
|
|
|
392
306
|
.profile__hero,
|
|
393
307
|
.profile__hero-alt {
|
|
394
|
-
width: var(--profile-heading-medium-hero-size
|
|
395
|
-
height: var(--profile-heading-medium-hero-size
|
|
308
|
+
width: var(--profile-heading-medium-hero-size);
|
|
309
|
+
height: var(--profile-heading-medium-hero-size);
|
|
396
310
|
}
|
|
397
311
|
|
|
398
312
|
.profile__hero-alt {
|
|
399
|
-
padding: 0 var(--profile-heading-medium-hero-alt-padding-inline
|
|
313
|
+
padding: 0 var(--profile-heading-medium-hero-alt-padding-inline);
|
|
400
314
|
}
|
|
401
315
|
|
|
402
316
|
.profile__heading-actions {
|
|
403
317
|
--profile-heading-action-item-flex: 0 1 auto;
|
|
404
|
-
--profile-heading-action-label-font-size: var(--profile-heading-medium-button-font-size);
|
|
405
|
-
--profile-heading-action-contact-icon-size: var(--profile-heading-medium-contact-icon-size);
|
|
406
|
-
--profile-heading-action-contact-icon-gap: var(--profile-heading-medium-contact-icon-gap);
|
|
407
318
|
justify-self: end;
|
|
408
319
|
margin-bottom: 0;
|
|
409
|
-
max-inline-size: var(--profile-heading-medium-actions-max-inline-size
|
|
320
|
+
max-inline-size: var(--profile-heading-medium-actions-max-inline-size);
|
|
410
321
|
justify-content: flex-end;
|
|
411
322
|
align-items: flex-start;
|
|
412
323
|
align-content: flex-end;
|
|
413
|
-
gap: var(--profile-heading-medium-action-gap
|
|
414
|
-
}
|
|
415
|
-
.profile__heading-actions > .profile-friends-button__section > solid-ui-button.profile__btn-friends,
|
|
416
|
-
.profile__heading-actions > #add-to-contacts-button-container > solid-ui-button.profile__btn-contacts {
|
|
417
|
-
--button-padding-sm: var(--profile-heading-medium-button-padding, 0.3125rem 0.5625rem);
|
|
418
|
-
--button-padding-x-sm: var(--profile-heading-medium-button-padding-x, 0.5625rem);
|
|
419
|
-
--button-font-size-sm: var(--profile-heading-medium-button-font-size, var(--font-size-xs, 0.8125rem));
|
|
324
|
+
gap: var(--profile-heading-medium-action-gap);
|
|
420
325
|
}
|
|
421
|
-
|
|
422
326
|
}
|
|
423
327
|
|
|
424
328
|
@media (max-width: 768px) {
|
|
@@ -443,28 +347,6 @@
|
|
|
443
347
|
gap: var(--profile-heading-narrow-action-gap, 0.25rem);
|
|
444
348
|
flex-wrap: nowrap;
|
|
445
349
|
}
|
|
446
|
-
|
|
447
|
-
.profile__heading-edit-action > solid-ui-button.profile__heading-action-button {
|
|
448
|
-
min-width: var(--min-touch-target, 44px);
|
|
449
|
-
min-height: var(--min-touch-target, 44px);
|
|
450
|
-
--button-width-sm: var(--min-touch-target, 44px);
|
|
451
|
-
--button-height-sm: var(--min-touch-target, 44px);
|
|
452
|
-
--button-background: transparent;
|
|
453
|
-
--button-border-width: 0;
|
|
454
|
-
--button-border: transparent;
|
|
455
|
-
--button-text: var(--profile-section-collapsible-action-button-text, var(--color-primary, #7C4DFF));
|
|
456
|
-
--button-hover-background: var(--profile-section-collapsible-action-button-hover-background, var(--color-surface-accent-subtle, var(--lavender-300, #e6dcff)));
|
|
457
|
-
--button-hover-border: transparent;
|
|
458
|
-
--button-hover-text: var(--profile-section-collapsible-action-button-text, var(--color-primary, #7C4DFF));
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
.profile__heading-edit-action > solid-ui-button.profile__heading-action-button::part(button):hover,
|
|
462
|
-
.profile__heading-edit-action > solid-ui-button.profile__heading-action-button::part(button):focus,
|
|
463
|
-
.profile__heading-edit-action > solid-ui-button.profile__heading-action-button::part(button):focus-visible {
|
|
464
|
-
background: var(--profile-section-collapsible-action-button-hover-background, var(--color-surface-accent-subtle, var(--lavender-300, #e6dcff)));
|
|
465
|
-
text-decoration: none;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
350
|
}
|
|
469
351
|
|
|
470
352
|
@container profile-pane (max-width: 768px) {
|
|
@@ -489,28 +371,6 @@
|
|
|
489
371
|
gap: var(--profile-heading-narrow-action-gap, 0.25rem);
|
|
490
372
|
flex-wrap: nowrap;
|
|
491
373
|
}
|
|
492
|
-
|
|
493
|
-
.profile__heading-edit-action > solid-ui-button.profile__heading-action-button {
|
|
494
|
-
min-width: var(--min-touch-target, 44px);
|
|
495
|
-
min-height: var(--min-touch-target, 44px);
|
|
496
|
-
--button-width-sm: var(--min-touch-target, 44px);
|
|
497
|
-
--button-height-sm: var(--min-touch-target, 44px);
|
|
498
|
-
--button-background: transparent;
|
|
499
|
-
--button-border-width: 0;
|
|
500
|
-
--button-border: transparent;
|
|
501
|
-
--button-text: var(--profile-section-collapsible-action-button-text, var(--color-primary, #7C4DFF));
|
|
502
|
-
--button-hover-background: var(--profile-section-collapsible-action-button-hover-background, var(--color-surface-accent-subtle, var(--lavender-300, #e6dcff)));
|
|
503
|
-
--button-hover-border: transparent;
|
|
504
|
-
--button-hover-text: var(--profile-section-collapsible-action-button-text, var(--color-primary, #7C4DFF));
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
.profile__heading-edit-action > solid-ui-button.profile__heading-action-button::part(button):hover,
|
|
508
|
-
.profile__heading-edit-action > solid-ui-button.profile__heading-action-button::part(button):focus,
|
|
509
|
-
.profile__heading-edit-action > solid-ui-button.profile__heading-action-button::part(button):focus-visible {
|
|
510
|
-
background: var(--profile-section-collapsible-action-button-hover-background, var(--color-surface-accent-subtle, var(--lavender-300, #e6dcff)));
|
|
511
|
-
text-decoration: none;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
374
|
}
|
|
515
375
|
/* Responsive: compact widths */
|
|
516
376
|
/* layout = mobile */
|
|
@@ -520,111 +380,64 @@
|
|
|
520
380
|
"avatar info edit"
|
|
521
381
|
"details details details"
|
|
522
382
|
"actions actions actions";
|
|
523
|
-
column-gap: var(--profile-heading-compact-column-gap
|
|
524
|
-
row-gap: var(--profile-heading-compact-row-gap
|
|
383
|
+
column-gap: var(--profile-heading-compact-column-gap);
|
|
384
|
+
row-gap: var(--profile-heading-compact-row-gap);
|
|
525
385
|
}
|
|
526
386
|
|
|
527
387
|
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__info {
|
|
528
388
|
grid-column: 2 / -1;
|
|
529
389
|
align-self: stretch;
|
|
530
|
-
justify-content: flex-
|
|
390
|
+
justify-content: flex-start;
|
|
531
391
|
}
|
|
532
392
|
|
|
533
393
|
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__avatar {
|
|
534
|
-
align-self: flex-
|
|
394
|
+
align-self: flex-start;
|
|
535
395
|
}
|
|
536
396
|
|
|
537
397
|
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__heading-actions {
|
|
538
398
|
--profile-heading-action-item-flex: 0 1 auto;
|
|
539
|
-
--profile-heading-action-label-font-size: var(--profile-heading-compact-button-font-size);
|
|
540
|
-
--profile-heading-action-label-white-space: nowrap;
|
|
541
|
-
--profile-heading-action-contact-icon-size: var(--profile-heading-compact-contact-icon-size);
|
|
542
|
-
--profile-heading-action-contact-icon-gap: var(--profile-heading-compact-contact-icon-gap);
|
|
543
399
|
--profile-heading-action-full-label-display: none;
|
|
544
400
|
--profile-heading-action-short-label-display: inline;
|
|
545
401
|
justify-self: var(--profile-heading-compact-actions-justify-self, start);
|
|
546
402
|
margin-left: var(--profile-heading-compact-actions-margin-left, 0);
|
|
547
403
|
margin-right: var(--profile-heading-compact-actions-margin-right, auto);
|
|
548
404
|
max-inline-size: none;
|
|
549
|
-
justify-content: var(--profile-heading-compact-actions-justify-content
|
|
405
|
+
justify-content: var(--profile-heading-compact-actions-justify-content);
|
|
550
406
|
align-items: center;
|
|
551
407
|
align-content: center;
|
|
552
|
-
gap: var(--profile-heading-compact-action-gap
|
|
408
|
+
gap: var(--profile-heading-compact-action-gap);
|
|
553
409
|
flex-wrap: nowrap;
|
|
554
410
|
}
|
|
555
411
|
|
|
556
|
-
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__heading-
|
|
557
|
-
min-width: var(--min-touch-target, 44px);
|
|
558
|
-
min-height: var(--min-touch-target, 44px);
|
|
559
|
-
--button-width-sm: var(--min-touch-target, 44px);
|
|
560
|
-
--button-height-sm: var(--min-touch-target, 44px);
|
|
561
|
-
--button-background: transparent;
|
|
562
|
-
--button-border-width: 0;
|
|
563
|
-
--button-border: transparent;
|
|
564
|
-
--button-text: var(--profile-section-collapsible-action-button-text, var(--color-primary, #7C4DFF));
|
|
565
|
-
--button-hover-background: var(--profile-section-collapsible-action-button-hover-background, var(--color-surface-accent-subtle, var(--lavender-300, #e6dcff)));
|
|
566
|
-
--button-hover-border: transparent;
|
|
567
|
-
--button-hover-text: var(--profile-section-collapsible-action-button-text, var(--color-primary, #7C4DFF));
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__heading-edit-action > solid-ui-button.profile__heading-action-button::part(button):hover,
|
|
571
|
-
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__heading-edit-action > solid-ui-button.profile__heading-action-button::part(button):focus,
|
|
572
|
-
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__heading-edit-action > solid-ui-button.profile__heading-action-button::part(button):focus-visible {
|
|
573
|
-
background: var(--profile-section-collapsible-action-button-hover-background, var(--color-surface-accent-subtle, var(--lavender-300, #e6dcff)));
|
|
574
|
-
text-decoration: none;
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__heading-actions > .profile-friends-button__section > solid-ui-button.profile__btn-friends,
|
|
578
|
-
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__heading-actions > #add-to-contacts-button-container > solid-ui-button.profile__btn-contacts {
|
|
412
|
+
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__heading-actions > .profile-friends-button__section > solid-ui-button.profile__btn-friends {
|
|
579
413
|
min-width: 0;
|
|
580
414
|
inline-size: auto;
|
|
581
415
|
min-height: var(--button-height-sm, 1.75rem);
|
|
582
|
-
--button-padding-sm: var(--profile-heading-compact-button-padding, 0.25rem 0.3125rem);
|
|
583
|
-
--button-padding-x-sm: var(--profile-heading-compact-button-padding-x, 0.3125rem);
|
|
584
|
-
--button-font-size-sm: var(--profile-heading-compact-button-font-size, var(--font-size-xxs, 0.75rem));
|
|
585
|
-
--button-hover-background: var(--profile-heading-compact-button-hover-background, var(--color-primary, #7C4DFF));
|
|
586
|
-
--button-hover-border: var(--profile-heading-compact-button-hover-border, var(--color-primary, #7C4DFF));
|
|
587
|
-
--button-hover-text: var(--profile-heading-compact-button-hover-text, var(--color-text-on-action, var(--white, #FFF)));
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__heading-actions > #add-to-contacts-button-container > solid-ui-button.profile__btn-contacts {
|
|
591
|
-
--button-hover-background: var(--dialog-cancel-button-hover-background, var(--blue-900, #083575));
|
|
592
|
-
--button-hover-border: var(--dialog-cancel-button-hover-border, var(--blue-900, #083575));
|
|
593
|
-
--button-hover-text: var(--dialog-cancel-button-hover-text, var(--color-text-on-action, var(--white, #FFF)));
|
|
594
416
|
}
|
|
595
417
|
|
|
596
418
|
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__name {
|
|
597
419
|
display: inline;
|
|
598
|
-
font-size:
|
|
599
|
-
line-height:
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__identity {
|
|
603
|
-
display: flow-root;
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__identity::before {
|
|
607
|
-
content: '';
|
|
608
|
-
float: right;
|
|
609
|
-
width: calc(var(--profile-heading-mobile-edit-rail-width, 2.75rem) + var(--profile-heading-mobile-edit-rail-gap, var(--spacing-xxs, 0.3125rem)));
|
|
610
|
-
height: var(--profile-heading-mobile-identity-rail-height, 2rem);
|
|
420
|
+
font-size: 1.375rem;
|
|
421
|
+
line-height: 1.15;
|
|
422
|
+
white-space: nowrap;
|
|
423
|
+
overflow-wrap: normal;
|
|
611
424
|
}
|
|
612
425
|
|
|
613
426
|
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__pronouns {
|
|
614
|
-
font-size:
|
|
615
|
-
line-height:
|
|
616
|
-
margin-left:
|
|
427
|
+
font-size: 0.6875rem;
|
|
428
|
+
line-height: 1.1;
|
|
429
|
+
margin-left: 2px;
|
|
617
430
|
white-space: nowrap;
|
|
618
431
|
}
|
|
619
432
|
|
|
620
433
|
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__role-org {
|
|
621
|
-
font-size: var(--
|
|
434
|
+
font-size: var(--solid-ui-font-size-sm, 0.875rem);
|
|
622
435
|
}
|
|
623
436
|
|
|
624
437
|
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__hero,
|
|
625
438
|
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__hero-alt {
|
|
626
|
-
width:
|
|
627
|
-
height:
|
|
439
|
+
width: 4.375rem;
|
|
440
|
+
height: 4.375rem;
|
|
628
441
|
aspect-ratio: 1 / 1;
|
|
629
442
|
}
|
|
630
443
|
|
|
@@ -641,19 +454,19 @@
|
|
|
641
454
|
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__hero-icon {
|
|
642
455
|
display: block;
|
|
643
456
|
margin: 0 auto;
|
|
644
|
-
width: var(--profile-heading-compact-hero-icon-size
|
|
645
|
-
height: var(--profile-heading-compact-hero-icon-size
|
|
457
|
+
width: var(--profile-heading-compact-hero-icon-size);
|
|
458
|
+
height: var(--profile-heading-compact-hero-icon-size);
|
|
646
459
|
}
|
|
647
460
|
|
|
648
461
|
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__details {
|
|
649
|
-
font-size: var(--profile-heading-compact-detail-size,
|
|
650
|
-
gap: var(--profile-heading-compact-details-gap
|
|
462
|
+
font-size: var(--profile-heading-compact-detail-size, 0.75rem);
|
|
463
|
+
gap: var(--profile-heading-compact-details-gap);
|
|
651
464
|
}
|
|
652
465
|
|
|
653
466
|
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__meta-row,
|
|
654
467
|
:is(.profile-pane-host, .profile-pane-root)[data-layout='mobile'] .profile__contact-row {
|
|
655
468
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
656
|
-
column-gap: var(--profile-heading-compact-detail-column-gap
|
|
469
|
+
column-gap: var(--profile-heading-compact-detail-column-gap);
|
|
657
470
|
}
|
|
658
471
|
|
|
659
472
|
@media (max-width: 576px) {
|
|
@@ -663,36 +476,32 @@
|
|
|
663
476
|
"avatar info edit"
|
|
664
477
|
"details details details"
|
|
665
478
|
"actions actions actions";
|
|
666
|
-
column-gap: var(--profile-heading-compact-column-gap
|
|
667
|
-
row-gap: var(--profile-heading-compact-row-gap
|
|
479
|
+
column-gap: var(--profile-heading-compact-column-gap);
|
|
480
|
+
row-gap: var(--profile-heading-compact-row-gap);
|
|
668
481
|
}
|
|
669
482
|
|
|
670
483
|
.profile__info {
|
|
671
484
|
grid-column: 2 / -1;
|
|
672
485
|
align-self: stretch;
|
|
673
|
-
justify-content: flex-
|
|
486
|
+
justify-content: flex-start;
|
|
674
487
|
}
|
|
675
488
|
|
|
676
489
|
.profile__avatar {
|
|
677
|
-
align-self: flex-
|
|
490
|
+
align-self: flex-start;
|
|
678
491
|
}
|
|
679
492
|
|
|
680
493
|
.profile__heading-actions {
|
|
681
494
|
--profile-heading-action-item-flex: 0 1 auto;
|
|
682
|
-
--profile-heading-action-label-font-size: var(--profile-heading-compact-button-font-size);
|
|
683
|
-
--profile-heading-action-label-white-space: nowrap;
|
|
684
|
-
--profile-heading-action-contact-icon-size: var(--profile-heading-compact-contact-icon-size);
|
|
685
|
-
--profile-heading-action-contact-icon-gap: var(--profile-heading-compact-contact-icon-gap);
|
|
686
495
|
--profile-heading-action-full-label-display: none;
|
|
687
496
|
--profile-heading-action-short-label-display: inline;
|
|
688
|
-
justify-self: var(--profile-heading-compact-actions-justify-self
|
|
689
|
-
margin-left: var(--profile-heading-compact-actions-margin-left
|
|
690
|
-
margin-right: var(--profile-heading-compact-actions-margin-right
|
|
497
|
+
justify-self: var(--profile-heading-compact-actions-justify-self);
|
|
498
|
+
margin-left: var(--profile-heading-compact-actions-margin-left);
|
|
499
|
+
margin-right: var(--profile-heading-compact-actions-margin-right);
|
|
691
500
|
max-inline-size: none;
|
|
692
|
-
justify-content: var(--profile-heading-compact-actions-justify-content
|
|
501
|
+
justify-content: var(--profile-heading-compact-actions-justify-content);
|
|
693
502
|
align-items: center;
|
|
694
503
|
align-content: center;
|
|
695
|
-
gap: var(--profile-heading-compact-action-gap
|
|
504
|
+
gap: var(--profile-heading-compact-action-gap);
|
|
696
505
|
flex-wrap: nowrap;
|
|
697
506
|
}
|
|
698
507
|
|
|
@@ -701,32 +510,18 @@
|
|
|
701
510
|
min-width: 0;
|
|
702
511
|
inline-size: auto;
|
|
703
512
|
min-height: var(--button-height-sm, 1.75rem);
|
|
704
|
-
--button-padding-sm: var(--profile-heading-compact-button-padding, 0.25rem 0.3125rem);
|
|
705
|
-
--button-padding-x-sm: var(--profile-heading-compact-button-padding-x, 0.3125rem);
|
|
706
|
-
--button-font-size-sm: var(--profile-heading-compact-button-font-size, var(--font-size-xxs, 0.75rem));
|
|
707
|
-
--button-hover-background: var(--profile-heading-compact-button-hover-background, var(--color-primary, #7C4DFF));
|
|
708
|
-
--button-hover-border: var(--profile-heading-compact-button-hover-border, var(--color-primary, #7C4DFF));
|
|
709
|
-
--button-hover-text: var(--profile-heading-compact-button-hover-text, var(--color-text-on-action, var(--white, #FFF)));
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
.profile__heading-actions > #add-to-contacts-button-container > solid-ui-button.profile__btn-contacts {
|
|
713
|
-
--button-hover-background: var(--dialog-cancel-button-hover-background, var(--blue-900, #083575));
|
|
714
|
-
--button-hover-border: var(--dialog-cancel-button-hover-border, var(--blue-900, #083575));
|
|
715
|
-
--button-hover-text: var(--dialog-cancel-button-hover-text, var(--color-text-on-action, var(--white, #FFF)));
|
|
716
513
|
}
|
|
717
514
|
|
|
718
515
|
.profile__name {
|
|
719
516
|
display: inline;
|
|
720
|
-
font-size:
|
|
721
|
-
line-height:
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
.profile__identity {
|
|
725
|
-
display: flow-root;
|
|
517
|
+
font-size: 1.375rem;
|
|
518
|
+
line-height: 1.15;
|
|
519
|
+
white-space: nowrap;
|
|
520
|
+
overflow-wrap: normal;
|
|
726
521
|
}
|
|
727
522
|
|
|
728
523
|
.profile__role-org {
|
|
729
|
-
font-size: var(--
|
|
524
|
+
font-size: var(--solid-ui-font-size-sm, 0.875rem);
|
|
730
525
|
}
|
|
731
526
|
|
|
732
527
|
.profile__hero-alt {
|
|
@@ -742,19 +537,19 @@
|
|
|
742
537
|
.profile__hero-icon {
|
|
743
538
|
display: block;
|
|
744
539
|
margin: 0 auto;
|
|
745
|
-
width: var(--profile-heading-compact-hero-icon-size
|
|
746
|
-
height: var(--profile-heading-compact-hero-icon-size
|
|
540
|
+
width: var(--profile-heading-compact-hero-icon-size);
|
|
541
|
+
height: var(--profile-heading-compact-hero-icon-size);
|
|
747
542
|
}
|
|
748
543
|
|
|
749
544
|
.profile__details {
|
|
750
|
-
font-size: var(--profile-heading-compact-detail-size,
|
|
751
|
-
gap: var(--profile-heading-compact-details-gap
|
|
545
|
+
font-size: var(--profile-heading-compact-detail-size, 0.75rem);
|
|
546
|
+
gap: var(--profile-heading-compact-details-gap);
|
|
752
547
|
}
|
|
753
548
|
|
|
754
549
|
.profile__meta-row,
|
|
755
550
|
.profile__contact-row {
|
|
756
551
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
757
|
-
column-gap: var(--profile-heading-compact-detail-column-gap
|
|
552
|
+
column-gap: var(--profile-heading-compact-detail-column-gap);
|
|
758
553
|
}
|
|
759
554
|
}
|
|
760
555
|
|
|
@@ -765,70 +560,52 @@
|
|
|
765
560
|
"avatar info edit"
|
|
766
561
|
"details details details"
|
|
767
562
|
"actions actions actions";
|
|
768
|
-
column-gap: var(--profile-heading-compact-column-gap
|
|
769
|
-
row-gap:
|
|
563
|
+
column-gap: var(--profile-heading-compact-column-gap);
|
|
564
|
+
row-gap: 15px;
|
|
770
565
|
}
|
|
771
566
|
|
|
772
567
|
.profile__info {
|
|
773
568
|
grid-column: 2 / -1;
|
|
774
569
|
align-self: stretch;
|
|
775
|
-
justify-content: flex-
|
|
570
|
+
justify-content: flex-start;
|
|
776
571
|
}
|
|
777
572
|
|
|
778
573
|
.profile__avatar {
|
|
779
|
-
align-self: flex-
|
|
574
|
+
align-self: flex-start;
|
|
780
575
|
}
|
|
781
576
|
|
|
782
577
|
.profile__heading-actions {
|
|
783
578
|
--profile-heading-action-item-flex: 0 1 auto;
|
|
784
|
-
--profile-heading-action-label-font-size: var(--profile-heading-compact-button-font-size);
|
|
785
|
-
--profile-heading-action-label-white-space: nowrap;
|
|
786
|
-
--profile-heading-action-contact-icon-size: var(--profile-heading-compact-contact-icon-size);
|
|
787
|
-
--profile-heading-action-contact-icon-gap: var(--profile-heading-compact-contact-icon-gap);
|
|
788
579
|
--profile-heading-action-full-label-display: none;
|
|
789
580
|
--profile-heading-action-short-label-display: inline;
|
|
790
|
-
justify-self: var(--profile-heading-compact-actions-justify-self
|
|
791
|
-
margin-left: var(--profile-heading-compact-actions-margin-left
|
|
792
|
-
margin-right: var(--profile-heading-compact-actions-margin-right
|
|
581
|
+
justify-self: var(--profile-heading-compact-actions-justify-self);
|
|
582
|
+
margin-left: var(--profile-heading-compact-actions-margin-left);
|
|
583
|
+
margin-right: var(--profile-heading-compact-actions-margin-right);
|
|
793
584
|
max-inline-size: none;
|
|
794
|
-
justify-content: var(--profile-heading-compact-actions-justify-content
|
|
585
|
+
justify-content: var(--profile-heading-compact-actions-justify-content);
|
|
795
586
|
align-items: center;
|
|
796
587
|
align-content: center;
|
|
797
|
-
gap: var(--profile-heading-compact-action-gap
|
|
588
|
+
gap: var(--profile-heading-compact-action-gap);
|
|
798
589
|
flex-wrap: nowrap;
|
|
799
590
|
}
|
|
800
591
|
|
|
801
592
|
.profile__heading-actions > .profile-friends-button__section > solid-ui-button.profile__btn-friends,
|
|
802
|
-
.profile__heading-actions >
|
|
593
|
+
.profile__heading-actions > .profile-friends-button__section > solid-ui-button.profile__btn-friends {
|
|
803
594
|
min-width: 0;
|
|
804
595
|
inline-size: auto;
|
|
805
|
-
min-height:
|
|
806
|
-
--button-padding-sm: var(--profile-heading-compact-button-padding, 0.25rem 0.3125rem);
|
|
807
|
-
--button-padding-x-sm: var(--profile-heading-compact-button-padding-x, 0.3125rem);
|
|
808
|
-
--button-font-size-sm: var(--profile-heading-compact-button-font-size, var(--font-size-xxs, 0.75rem));
|
|
809
|
-
--button-hover-background: var(--profile-heading-compact-button-hover-background, var(--color-primary, #7C4DFF));
|
|
810
|
-
--button-hover-border: var(--profile-heading-compact-button-hover-border, var(--color-primary, #7C4DFF));
|
|
811
|
-
--button-hover-text: var(--profile-heading-compact-button-hover-text, var(--color-text-on-action, var(--white, #FFF)));
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
.profile__heading-actions > #add-to-contacts-button-container > solid-ui-button.profile__btn-contacts {
|
|
815
|
-
--button-hover-background: var(--dialog-cancel-button-hover-background, var(--blue-900, #083575));
|
|
816
|
-
--button-hover-border: var(--dialog-cancel-button-hover-border, var(--blue-900, #083575));
|
|
817
|
-
--button-hover-text: var(--dialog-cancel-button-hover-text, var(--color-text-on-action, var(--white, #FFF)));
|
|
596
|
+
min-height: 1.75rem;
|
|
818
597
|
}
|
|
819
598
|
|
|
820
599
|
.profile__name {
|
|
821
600
|
display: inline;
|
|
822
|
-
font-size:
|
|
823
|
-
line-height:
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
.profile__identity {
|
|
827
|
-
display: flow-root;
|
|
601
|
+
font-size: 1.375rem;
|
|
602
|
+
line-height: 1.15;
|
|
603
|
+
white-space: nowrap;
|
|
604
|
+
overflow-wrap: normal;
|
|
828
605
|
}
|
|
829
606
|
|
|
830
607
|
.profile__role-org {
|
|
831
|
-
font-size: var(--
|
|
608
|
+
font-size: var(--solid-ui-font-size-sm, 0.875rem);
|
|
832
609
|
}
|
|
833
610
|
|
|
834
611
|
.profile__hero-alt {
|
|
@@ -844,19 +621,18 @@
|
|
|
844
621
|
.profile__hero-icon {
|
|
845
622
|
display: block;
|
|
846
623
|
margin: 0 auto;
|
|
847
|
-
width: var(--profile-heading-compact-hero-icon-size
|
|
848
|
-
height: var(--profile-heading-compact-hero-icon-size
|
|
624
|
+
width: var(--profile-heading-compact-hero-icon-size);
|
|
625
|
+
height: var(--profile-heading-compact-hero-icon-size);
|
|
849
626
|
}
|
|
850
627
|
|
|
851
628
|
.profile__details {
|
|
852
|
-
font-size: var(--profile-heading-compact-detail-size,
|
|
853
|
-
gap: var(--profile-heading-compact-details-gap
|
|
629
|
+
font-size: var(--profile-heading-compact-detail-size, 0.75rem);
|
|
630
|
+
gap: var(--profile-heading-compact-details-gap);
|
|
854
631
|
}
|
|
855
632
|
|
|
856
633
|
.profile__meta-row,
|
|
857
634
|
.profile__contact-row {
|
|
858
635
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
859
|
-
column-gap: var(--profile-heading-compact-detail-column-gap
|
|
636
|
+
column-gap: var(--profile-heading-compact-detail-column-gap);
|
|
860
637
|
}
|
|
861
638
|
}
|
|
862
|
-
|