pxt-core 7.3.14 → 7.3.18

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.
@@ -178,11 +178,6 @@
178
178
  }
179
179
 
180
180
 
181
- .profile-badge.disabled img {
182
- filter: grayscale(1);
183
- opacity: 0.5;
184
- }
185
-
186
181
  .profile-badge.disabled i.ui.icon {
187
182
  line-height: 1;
188
183
  vertical-align: middle;
@@ -250,12 +245,18 @@
250
245
  justify-content: center;
251
246
  align-content: center;
252
247
  position: relative;
248
+ height: 100%;
249
+ }
250
+
251
+ .profile-badge.clickable {
252
+ cursor: pointer;
253
253
  }
254
254
 
255
255
  .profile-badge-and-title {
256
256
  display: flex;
257
257
  flex-direction: column;
258
258
  max-height: 100%;
259
+ height: 100%;
259
260
  background-color: var(--background-color);
260
261
  z-index: 2;
261
262
  overflow: hidden;
@@ -274,6 +275,7 @@
274
275
  margin-right: 0;
275
276
  text-align: center;
276
277
  color: var(--header-text-color);
278
+ overflow: hidden;
277
279
  }
278
280
 
279
281
  .profile-initials-portrait {