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
@@ -22,12 +22,6 @@ limitations under the License.
|
|||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
|
||||||
|
|
||||||
.mx_ImageView_content {
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -305,7 +305,6 @@ export default class ImageView extends React.Component {
|
|||||||
className="mx_ImageView"
|
className="mx_ImageView"
|
||||||
ref={ref => this.focusLock = ref}
|
ref={ref => this.focusLock = ref}
|
||||||
>
|
>
|
||||||
<div className="mx_ImageView_content">
|
|
||||||
<div className="mx_ImageView_panel">
|
<div className="mx_ImageView_panel">
|
||||||
{info}
|
{info}
|
||||||
<div className="mx_ImageView_toolbar">
|
<div className="mx_ImageView_toolbar">
|
||||||
@@ -363,7 +362,6 @@ export default class ImageView extends React.Component {
|
|||||||
onMouseLeave={this.onEndMoving}
|
onMouseLeave={this.onEndMoving}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</FocusLock>
|
</FocusLock>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user