aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TabDocView.scss
blob: 9a4b5cbd1ee439c1f63a0275613950a0d6a04048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.miniMap {
    position: absolute;
    overflow: hidden;
    right: 10;
    bottom: 10;
    border: solid 1px;
    box-shadow: black 0.4vw 0.4vw 0.8vw;

    .miniOverlay {
        width: 100%;
        height: 100%;
        position: absolute;

        .miniThumb {
            background: #25252525;
            position: absolute;
        }
    }
}