pxt-core 7.4.8 → 7.4.9

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.
@@ -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;
@@ -280,6 +284,7 @@
280
284
  margin-right: 0;
281
285
  text-align: center;
282
286
  color: var(--header-text-color);
287
+ overflow: hidden;
283
288
  }
284
289
 
285
290
  .profile-initials-portrait {