You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
@@ -129,6 +129,10 @@ limitations under the License.
|
|||||||
mask-image: url('$(res)/img/image-view/download.svg');
|
mask-image: url('$(res)/img/image-view/download.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_ImageView_button_more::before {
|
||||||
|
mask-image: url('$(res)/img/image-view/more.svg');
|
||||||
|
}
|
||||||
|
|
||||||
.mx_ImageView_button_close {
|
.mx_ImageView_button_close {
|
||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
&::before {
|
&::before {
|
||||||
|
|||||||
@@ -295,6 +295,10 @@ export default class ImageView extends React.Component {
|
|||||||
title={_t("Download")}
|
title={_t("Download")}
|
||||||
onClick={ this.onDownloadClick }>
|
onClick={ this.onDownloadClick }>
|
||||||
</AccessibleTooltipButton>
|
</AccessibleTooltipButton>
|
||||||
|
<ContextMenuTooltipButton
|
||||||
|
className="mx_ImageView_button mx_ImageView_button_more"
|
||||||
|
title={_t("Options")}
|
||||||
|
/>
|
||||||
<AccessibleTooltipButton
|
<AccessibleTooltipButton
|
||||||
className="mx_ImageView_button mx_ImageView_button_close"
|
className="mx_ImageView_button mx_ImageView_button_close"
|
||||||
title={_t("Close")}
|
title={_t("Close")}
|
||||||
|
|||||||
Reference in New Issue
Block a user