aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
blob: ea459b911e2d3f0e4adfc0a028b57b686bfe451c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.imageBox-cont {
    padding: 0vw;
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.imageBox-cont img {
    object-fit: contain;
    height: 100%;
}

.imageBox-button {
    padding : 0vw;
    border: none;
    width : 100%;
    height: 100%;
}