Implement translation

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2020-12-20 17:40:16 +01:00
parent 8de019c054
commit f9884b1cc7
2 changed files with 97 additions and 53 deletions

View file

@ -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 {