Spaces:
Sleeping
Sleeping
.gradio-container { | |
background-color:#0b1c31 ; | |
max-width: 100% ; | |
} | |
footer { | |
visibility: hidden | |
} | |
.gradio-container div, .gradio-container button, .gradio-container input { | |
border-radius:2px | |
} | |
.gradio-container .container, .gradio-container .contain { | |
background-color: transparent ; | |
max-width: 100% ; | |
} | |
::-webkit-scrollbar { | |
width: 6px; | |
height: 8px; | |
} | |
/* Track */ | |
::-webkit-scrollbar-track { | |
background: #222323; | |
border-radius: 2px; | |
} | |
/* Handle */ | |
::-webkit-scrollbar-thumb { | |
background: #686e76; | |
border-radius: 2px; | |
} | |
/* Handle on hover */ | |
::-webkit-scrollbar-thumb:hover { | |
background: #79818b; | |
} | |