SecretSanta / style.css
mooncake030's picture
hello
719b8f9
raw
history blame contribute delete
908 Bytes
@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;
}