Implement translation
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
8de019c054
commit
f9884b1cc7
2 changed files with 97 additions and 53 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue