summaryrefslogtreecommitdiff
path: root/Pages/ViewMedia.razor.css
blob: abf8e08e5b6321916618dbf5b472e6d561e2d695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
div#content {
    display:     flex;
    align-items: start;
    height:      100%;
}

div#content > img {
    max-width:  60%;
    height:     100%;
    object-fit: contain;
}

div#metadata {
    margin-left: 15px;
    width:       100%;
}

div#metadata-fileinfo > table th {
    font-size: 8pt;
}

div#metadata-fileinfo > table td {
    font-family: 'Lucida Console';
    font-size:   8pt;
}

div.button-container {
    display:         flex;
    justify-content: flex-end;
}