Fix: Support for DateDivider for RTL

This commit is contained in:
nizune
2021-07-08 21:01:21 +02:00
parent 3325756707
commit ed544009ee
2 changed files with 10 additions and 10 deletions

View File

@@ -12,9 +12,10 @@ const Base = styled.div<{ unread?: boolean }>`
time {
margin-top: -2px;
font-size: 0.6875rem;
line-height: 0.6875rem;
padding: 2px 5px 2px 0;
font-size: .6875rem;
line-height: .6875rem;
padding: 2px 0 2px 0;
padding-inline-end: 5px;
color: var(--tertiary-foreground);
background: var(--primary-background);
}