File size: 908 Bytes
719b8f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
@font-face {
    font-family: "HelloFont";
    src: url("/gradio_api/file=SarasaFixedTC-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "HelloFont";
}

.hidden {
    display: none;
}

.ascii-container {
    overflow-x: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    margin: auto 0 !important;
}

.ascii {
    font-family: 'HelloFont';
    white-space: pre;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    padding: 20px;
    margin: auto 0 !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    text-align: right;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: right;
}

.divider {
    display: none;
}