artist / style.css
jin-nin's picture
Update style.css
3d0a577
raw
history blame
1.23 kB
.gr-input {
background: black !important;
box-shadow: inset 0 0 0 1px #293139 !important;
border-radius: 2px !important;
padding: .5rem .75rem !important;
}
.gr-button:hover {
background: rgba( 255, 255, 255, .1 ) !important;
border: none !important;
}
.gr-button {
color: #6699cc !important;
border: none !important;
font-weight: normal !important;
background: transparent !important;
border-radius: 2px !important;
padding: .5rem .75rem !important;
min-width: auto !important;
white-space: nowrap !important;
align-self: center;
}
#translate {
margin-top: 1.5rem !important;
}
.output-markdown {
margin: .75rem !important;
}
body, .gradio-container {
font: 1rem/1.5rem 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.container {
max-width: !important;
}
footer {
display: none !important;
}
.gr-box, .gr-form {
background: none !important;
border: none !important;
}
#longs-fillers {
min-width: auto !important;
}
#longs-fillers .gr-button {
justify-content: flex-start;
}
.gap-4 {
gap: 0 !important;
}
#paints > * {
margin: .75rem !important;
}
#paints > * > .border {
box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
border-radius: 2px;
}