@things-factory/notification 7.0.81 → 7.0.85

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.
@@ -73,6 +73,7 @@ export class NotificationItem extends LitElement {
73
73
  height: var(--type-dot-size);
74
74
  border-radius: 50%;
75
75
  margin-right: var(--spacing-small);
76
+ margin-bottom: var(--spacing-tiny);
76
77
  }
77
78
  [titler] * {
78
79
  vertical-align: middle;
@@ -23,17 +23,6 @@ export class NotificationList extends connect(store)(localize(i18next)(LitElemen
23
23
  overflow-x: hidden;
24
24
  overflow-y: auto;
25
25
  }
26
- :host::before {
27
- content: '';
28
- width: 0px;
29
- height: 0px;
30
- border-left: 7px solid transparent;
31
- border-right: 7px solid transparent;
32
- border-bottom: 7px solid var(--md-sys-color-on-primary);
33
- position: absolute;
34
- margin-top: -7px;
35
- right: 50px;
36
- }
37
26
 
38
27
  [notifications-wrap] {
39
28
  display: flex;