aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/static/styles.css
blob: 51dd3fe3da272731fa3a625d74f388a354244af4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
main {
    display: flex;
    margin: 1em;
    flex-direction: column;
}

section.dashboard-item {
    padding: 0 1em 0.75em;
    border: 0.25em solid black;
}

section.server-logs div.logs-viewer {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#logs-viewer-area {
    resize: none;
}