File size: 877 Bytes
5ead791
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7e207f0
 
 
 
 
 
 
 
5ead791
 
 
7e207f0
 
 
 
 
 
 
5ead791
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
textarea {
    font-family: monospace !important;
}

input {
    font-family: monospace !important;
}

h1 {
    padding-top: 0 !important;
}

[data-testid="stHorizontalBlock"] [data-testid="stHorizontalBlock"] {
    align-items: center;
}

[data-testid="stButton"] {
    display: flex;
    justify-content: center;
}

[data-testid="stVerticalBlock"]:has(> [data-testid="stPopover"]) {
    display: block;
}

[data-testid="stPopover"] {
    button {
        padding: 0;
        border: 0;

        div:first-of-type>p {
            font-size: small;
        }
    }

    button:active {
        background: white;
    }

    button:focus:not(:active) {
        color: rgb(49, 51, 63);
    }

    button:hover>div:first-of-type>p {
        text-decoration: underline;
    }
}

[data-testid="stSpinner"] {
    >div {
        display: flex;
        justify-content: center;
    }
}