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.
@@ -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;