chore: Add group labels

This commit is contained in:
Rene Hampölz 2023-01-03 14:06:26 +00:00
parent 6529d01a4f
commit 2c3766f4d5

View file

@ -797,6 +797,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
border-left-color: inherit;
}
#rl-app .messageList .groupLabel {
background-color: var(--color-background-dark);
border-radius: var(--border-radius);
margin: 2px 0;
}
/*
* message view
*/