pxt-core 7.3.15 → 7.3.19
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/built/pxt.js +9 -6
- package/built/pxtlib.d.ts +6 -1
- package/built/pxtlib.js +9 -6
- package/built/target.js +1 -1
- package/built/web/main.js +1 -1
- package/built/web/pxtapp.js +1 -1
- package/built/web/pxtasseteditor.js +1 -1
- package/built/web/pxtembed.js +1 -1
- package/built/web/pxtlib.js +1 -1
- package/built/web/pxtworker.js +1 -1
- package/built/web/react-common.css +16 -5
- package/built/web/rtlsemantic.css +2 -2
- package/built/web/semantic.css +2 -2
- package/built/web/skillmap/css/main.96b1b3f1.chunk.css +1 -0
- package/built/web/skillmap/js/2.7dd06a3a.chunk.js +2 -0
- package/built/web/skillmap/js/main.ea4b3e23.chunk.js +1 -0
- package/localtypings/pxtarget.d.ts +1 -0
- package/package.json +1 -1
- package/theme/pxt.less +0 -1
- package/webapp/public/skillmap.html +2 -2
- package/built/web/skillmap/css/main.70954d9b.chunk.css +0 -1
- package/built/web/skillmap/js/2.c64f6be2.chunk.js +0 -2
- package/built/web/skillmap/js/main.a635010d.chunk.js +0 -1
|
@@ -68,6 +68,15 @@
|
|
|
68
68
|
flex-grow: 1;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
+
.profile-email {
|
|
72
|
+
display: flex;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.profile-email .checkbox {
|
|
76
|
+
cursor: pointer;
|
|
77
|
+
padding-right: 1rem;
|
|
78
|
+
}
|
|
79
|
+
|
|
71
80
|
.profile-actions {
|
|
72
81
|
display: flex;
|
|
73
82
|
flex-direction: row;
|
|
@@ -178,11 +187,6 @@
|
|
|
178
187
|
}
|
|
179
188
|
|
|
180
189
|
|
|
181
|
-
.profile-badge.disabled img {
|
|
182
|
-
filter: grayscale(1);
|
|
183
|
-
opacity: 0.5;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
190
|
.profile-badge.disabled i.ui.icon {
|
|
187
191
|
line-height: 1;
|
|
188
192
|
vertical-align: middle;
|
|
@@ -250,12 +254,18 @@
|
|
|
250
254
|
justify-content: center;
|
|
251
255
|
align-content: center;
|
|
252
256
|
position: relative;
|
|
257
|
+
height: 100%;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.profile-badge.clickable {
|
|
261
|
+
cursor: pointer;
|
|
253
262
|
}
|
|
254
263
|
|
|
255
264
|
.profile-badge-and-title {
|
|
256
265
|
display: flex;
|
|
257
266
|
flex-direction: column;
|
|
258
267
|
max-height: 100%;
|
|
268
|
+
height: 100%;
|
|
259
269
|
background-color: var(--background-color);
|
|
260
270
|
z-index: 2;
|
|
261
271
|
overflow: hidden;
|
|
@@ -274,6 +284,7 @@
|
|
|
274
284
|
margin-right: 0;
|
|
275
285
|
text-align: center;
|
|
276
286
|
color: var(--header-text-color);
|
|
287
|
+
overflow: hidden;
|
|
277
288
|
}
|
|
278
289
|
|
|
279
290
|
.profile-initials-portrait {
|