pxt-core 7.3.12 → 7.3.16
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 +34 -16
- package/built/pxtlib.d.ts +2 -0
- package/built/pxtlib.js +34 -16
- 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 +6 -0
- package/built/web/rtlsemantic.css +1 -1
- package/built/web/semantic.css +1 -1
- package/built/web/skillmap/js/main.86ef11e3.chunk.js +1 -0
- package/package.json +1 -1
- package/webapp/public/skillmap.html +1 -1
- package/built/web/skillmap/js/main.81439fd6.chunk.js +0 -1
|
@@ -250,12 +250,18 @@
|
|
|
250
250
|
justify-content: center;
|
|
251
251
|
align-content: center;
|
|
252
252
|
position: relative;
|
|
253
|
+
height: 100%;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.profile-badge.clickable {
|
|
257
|
+
cursor: pointer;
|
|
253
258
|
}
|
|
254
259
|
|
|
255
260
|
.profile-badge-and-title {
|
|
256
261
|
display: flex;
|
|
257
262
|
flex-direction: column;
|
|
258
263
|
max-height: 100%;
|
|
264
|
+
height: 100%;
|
|
259
265
|
background-color: var(--background-color);
|
|
260
266
|
z-index: 2;
|
|
261
267
|
overflow: hidden;
|