update editor

This commit is contained in:
ammarahm-ed
2021-10-20 14:49:26 +05:00
parent c94674228e
commit dba1b73e89
2 changed files with 3 additions and 1 deletions

View File

@@ -278,6 +278,7 @@ span.attachment:not([data-progress])::after {
color: ${pageTheme.colors.icon};
margin-left: 5px;
font-size: 0.7rem;
white-space: nowrap;
}
span.attachment[data-progress]::after {
@@ -285,6 +286,7 @@ span.attachment[data-progress]::after {
color:${pageTheme.colors.icon};
margin-left: 5px;
font-size: 0.7rem;
white-space: nowrap;
}
span.attachment::before {

File diff suppressed because one or more lines are too long