2023-03-15 11:33:26 -04:00
|
|
|
.tabs.svelte-710i53 {
|
|
|
|
margin-top: 0
|
|
|
|
}
|
2023-03-16 20:31:39 -04:00
|
|
|
|
2023-03-15 11:33:26 -04:00
|
|
|
.py-6 {
|
|
|
|
padding-top: 2.5rem
|
|
|
|
}
|
2023-03-16 20:31:39 -04:00
|
|
|
|
2023-03-15 11:33:26 -04:00
|
|
|
.dark #refresh-button {
|
|
|
|
background-color: #ffffff1f;
|
|
|
|
}
|
2023-03-16 20:31:39 -04:00
|
|
|
|
2023-03-15 11:33:26 -04:00
|
|
|
#refresh-button {
|
|
|
|
flex: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
min-width: 50px;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
border-radius: 10px;
|
|
|
|
background-color: #0000000d;
|
|
|
|
}
|
2023-03-16 20:31:39 -04:00
|
|
|
|
2023-03-15 11:33:26 -04:00
|
|
|
#download-label, #upload-label {
|
|
|
|
min-height: 0
|
|
|
|
}
|
2023-03-16 20:31:39 -04:00
|
|
|
|
2023-03-15 11:33:26 -04:00
|
|
|
#accordion {
|
|
|
|
}
|
2023-03-16 20:31:39 -04:00
|
|
|
|
2023-03-15 11:33:26 -04:00
|
|
|
.dark svg {
|
|
|
|
fill: white;
|
|
|
|
}
|
2023-03-16 20:31:39 -04:00
|
|
|
|
2023-03-17 19:19:04 -04:00
|
|
|
.dark a {
|
|
|
|
color: white !important;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
2023-03-15 11:33:26 -04:00
|
|
|
ol li p, ul li p {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2023-03-16 20:31:39 -04:00
|
|
|
|
2023-03-27 20:24:39 -04:00
|
|
|
#main, #parameters, #chat-settings, #interface-mode, #lora, #training-tab {
|
2023-03-15 11:33:26 -04:00
|
|
|
border: 0;
|
|
|
|
}
|
2023-03-22 23:13:34 -04:00
|
|
|
|
|
|
|
.gradio-container-3-18-0 .prose * h1, h2, h3, h4 {
|
|
|
|
color: white;
|
|
|
|
}
|
2023-03-26 21:20:30 -04:00
|
|
|
|
|
|
|
.gradio-container {
|
|
|
|
max-width: 100% !important;
|
|
|
|
padding-top: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#extensions {
|
|
|
|
padding: 15px;
|
|
|
|
padding: 15px;
|
|
|
|
}
|
2023-03-27 11:59:07 -04:00
|
|
|
|
|
|
|
span.math.inline {
|
|
|
|
font-size: 27px;
|
|
|
|
vertical-align: baseline !important;
|
|
|
|
}
|