mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Reorder label items
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
cbfa6c5f94
commit
61c5e7e8f1
1 changed files with 1 additions and 1 deletions
|
@ -266,8 +266,8 @@ export default class ImageView extends React.Component {
|
|||
<div className="mx_ImageView_name">
|
||||
{ this.getName() }
|
||||
</div>
|
||||
{ metadata }
|
||||
<span className="mx_ImageView_size">{ sizeRes }</span>
|
||||
{ metadata }
|
||||
</div>
|
||||
<div className="mx_ImageView_panel mx_ImageView_toolbar">
|
||||
<AccessibleButton className="mx_ImageView_button" title={_t("Zoom in")} onClick={ this.onZoomInClick }>
|
||||
|
|
Loading…
Reference in a new issue