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