notification grouping

This commit is contained in:
Yurii
2026-03-09 14:17:46 +02:00
parent 1877aeecb0
commit 49f7ac30ca
32 changed files with 1514 additions and 130 deletions
+12 -5
View File
@@ -1421,13 +1421,13 @@ section {
.notification-grouped > .list > .list-group {
> li {
&:first-child {
border-top-left-radius: var(--border-radius);
border-top-right-radius: var(--border-radius);
//border-top-left-radius: var(--border-radius);
//border-top-right-radius: var(--border-radius);
}
&:last-child {
border-bottom-left-radius: var(--border-radius);
border-bottom-right-radius: var(--border-radius);
//border-bottom-left-radius: var(--border-radius);
//border-bottom-right-radius: var(--border-radius);
}
}
@@ -2147,7 +2147,9 @@ td > span.color-icon {
top: var(--minus-1px);
}
padding-left: var(--29px);
&:not(:first-child) {
padding-left: var(--29px);
}
> .icon:first-child {
min-width: var(--16px);
@@ -2236,6 +2238,11 @@ td > span.color-icon {
.stream-head-container {
margin-bottom: var(--4px);
> .stream-head-left-icon-container {
width: var(--26px);
text-align: center;
}
}
.stream-head-container .internal-badge {