profile-pane 3.1.2-ccc559aa → 3.1.2-e3347eef

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.
@@ -219,11 +219,6 @@
219
219
  justify-content: center;
220
220
  align-items: center;
221
221
  line-height: 1;
222
-
223
- /* width: 100% !important;
224
- max-width: 100% !important;
225
- margin-left: 0;
226
- align-self: stretch !important; */
227
222
  }
228
223
 
229
224
  .contactsNewGroupForm {
@@ -291,7 +286,6 @@
291
286
  right: 0.2rem;
292
287
  background: transparent;
293
288
  color: #787878;
294
- font-size: var(--font-size-xs);
295
289
  border: none;
296
290
  font-size: var(--font-size-sm);
297
291
  cursor: pointer;
@@ -311,8 +305,14 @@
311
305
  width: auto !important;
312
306
  height: auto !important;
313
307
  cursor: pointer;
314
- font-size: var(--font-size-xs);
315
308
  line-height: 1;
309
+ left: auto;
310
+ margin: 0;
311
+ align-self: auto !important;
312
+ background: transparent;
313
+ color: #787878;
314
+ border: none;
315
+ z-index: 100 !important;
316
316
  }
317
317
 
318
318
  .contactsCloseButton:hover {
@@ -394,8 +394,8 @@
394
394
  white-space: nowrap;
395
395
  }
396
396
 
397
- [role="alert"] {
398
- border: none !important; /* Hides the element from all users and AT */
397
+ .contactsAddressBookSelector [role="alert"] {
398
+ border: none !important; /* Remove borders from alerts within the contacts dialog */
399
399
  }
400
400
 
401
401
  .contactsPopupOverlay {
@@ -405,20 +405,19 @@
405
405
  z-index: 8;
406
406
  }
407
407
 
408
- .contactsAddressBookSelector.contactsOverlayActive > *:not(.contactsPopupOverlay):not(.contactsPopupMessage):not(.contactsContactExistsAlert) {
408
+ .contactsAddressBookSelector.contactsOverlayActive > *:not(.contactsPopupOverlay):not(.contactsPopupDialog):not(.contactsContactExistsAlert) {
409
409
  pointer-events: none;
410
410
  user-select: none;
411
411
  }
412
412
 
413
- .contactsAddressBookSelector.contactsOverlayActive .contactsPopupMessage,
413
+ .contactsAddressBookSelector.contactsOverlayActive .contactsPopupDialog,
414
414
  .contactsAddressBookSelector.contactsOverlayActive .contactsContactExistsAlert,
415
- .contactsAddressBookSelector.contactsOverlayActive .contactsPopupMessage *,
415
+ .contactsAddressBookSelector.contactsOverlayActive .contactsPopupDialog *,
416
416
  .contactsAddressBookSelector.contactsOverlayActive .contactsContactExistsAlert * {
417
417
  pointer-events: auto;
418
418
  }
419
419
 
420
- /* SAM Look at finding a better name than popupMessage */
421
- .contactsPopupMessage {
420
+ .contactsPopupDialog {
422
421
  background: #F5F5F5 !important;
423
422
  color: var(--color-primary);
424
423
  padding: 2em;
@@ -441,7 +440,7 @@
441
440
  padding-top: 3rem !important;
442
441
  }
443
442
 
444
- .contactsPopupMessage {
443
+ .contactsPopupDialog {
445
444
  max-width: 92vw;
446
445
  max-height: 78vh;
447
446
  padding: 1.25rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profile-pane",
3
- "version": "3.1.2-ccc559aa",
3
+ "version": "3.1.2-e3347eef",
4
4
  "description": "A SolidOS compatible pane to display a personal profile page",
5
5
  "sideEffects": [
6
6
  "*.css"