You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Implement translation
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_ImageView_imageBox {
|
||||
overflow: scroll;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
padding: 0 50px 50px 50px;
|
||||
flex-grow: 1;
|
||||
@@ -41,6 +41,10 @@ limitations under the License.
|
||||
|
||||
.mainImage {
|
||||
margin: auto;
|
||||
|
||||
&:hover {
|
||||
cursor: grab;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_ImageView_content img {
|
||||
|
Reference in New Issue
Block a user