[RTL] Audio: Fix download button (#1515)

This commit is contained in:
Alexander Zinchuk 2021-10-22 13:49:30 +03:00
parent 016bc3b83d
commit 77b33b28b3
2 changed files with 2 additions and 1 deletions

View File

@ -169,6 +169,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
unicode-bidi: plaintext;
}
.duration {

View File

@ -321,7 +321,7 @@ const Audio: FC<OwnProps> = ({
}
return (
<div className={fullClassName} dir={lang.isRtl ? 'rtl' : undefined}>
<div className={fullClassName} dir={lang.isRtl ? 'rtl' : 'ltr'}>
{isSelectable && (
<div className="message-select-control">
{isSelected && <i className="icon-select" />}