2023-03-15 16:33:26 +01:00
|
|
|
.tabs.svelte-710i53 {
|
|
|
|
margin-top: 0
|
|
|
|
}
|
2023-03-17 01:31:39 +01:00
|
|
|
|
2023-03-15 16:33:26 +01:00
|
|
|
.py-6 {
|
|
|
|
padding-top: 2.5rem
|
|
|
|
}
|
2023-03-17 01:31:39 +01:00
|
|
|
|
2023-03-15 16:33:26 +01:00
|
|
|
.dark #refresh-button {
|
|
|
|
background-color: #ffffff1f;
|
|
|
|
}
|
2023-03-17 01:31:39 +01:00
|
|
|
|
2023-03-15 16:33:26 +01: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-17 01:31:39 +01:00
|
|
|
|
2023-03-15 16:33:26 +01:00
|
|
|
#download-label, #upload-label {
|
|
|
|
min-height: 0
|
|
|
|
}
|
2023-03-17 01:31:39 +01:00
|
|
|
|
2023-03-15 16:33:26 +01:00
|
|
|
#accordion {
|
|
|
|
}
|
2023-03-17 01:31:39 +01:00
|
|
|
|
2023-03-15 16:33:26 +01:00
|
|
|
.dark svg {
|
|
|
|
fill: white;
|
|
|
|
}
|
2023-03-17 01:31:39 +01:00
|
|
|
|
2023-03-18 00:19:04 +01:00
|
|
|
.dark a {
|
|
|
|
color: white !important;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
2023-03-15 16:33:26 +01:00
|
|
|
ol li p, ul li p {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2023-03-17 01:31:39 +01:00
|
|
|
|
2023-04-06 06:54:05 +02:00
|
|
|
#main, #parameters, #chat-settings, #interface-mode, #lora, #training-tab, #model-tab {
|
2023-03-15 16:33:26 +01:00
|
|
|
border: 0;
|
|
|
|
}
|
2023-03-23 04:13:34 +01:00
|
|
|
|
|
|
|
.gradio-container-3-18-0 .prose * h1, h2, h3, h4 {
|
|
|
|
color: white;
|
|
|
|
}
|
2023-03-27 03:20:30 +02:00
|
|
|
|
|
|
|
.gradio-container {
|
|
|
|
max-width: 100% !important;
|
|
|
|
padding-top: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#extensions {
|
|
|
|
padding: 15px;
|
2023-04-19 05:47:02 +02:00
|
|
|
margin-bottom: 35px;
|
2023-03-27 03:20:30 +02:00
|
|
|
}
|
2023-03-27 17:59:07 +02:00
|
|
|
|
|
|
|
span.math.inline {
|
|
|
|
font-size: 27px;
|
|
|
|
vertical-align: baseline !important;
|
|
|
|
}
|
2023-04-04 23:07:34 +02:00
|
|
|
|
2023-04-04 23:30:34 +02:00
|
|
|
div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
|
2023-04-04 23:07:34 +02:00
|
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
2023-04-10 21:15:16 +02:00
|
|
|
|
|
|
|
.header_bar {
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark .header_bar {
|
|
|
|
border: none !important;
|
|
|
|
background-color: #8080802b;
|
|
|
|
}
|
2023-04-19 04:36:23 +02:00
|
|
|
|
|
|
|
.textbox_default textarea {
|
2023-04-19 06:23:09 +02:00
|
|
|
height: calc(100vh - 391px);
|
2023-04-19 04:36:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.textbox_default_output textarea {
|
2023-04-19 06:23:09 +02:00
|
|
|
height: calc(100vh - 210px);
|
2023-04-19 04:36:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.textbox textarea {
|
2023-04-19 06:23:09 +02:00
|
|
|
height: calc(100vh - 261px);
|
2023-04-19 04:36:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.textbox_default textarea, .textbox_default_output textarea, .textbox textarea {
|
|
|
|
font-size: 16px !important;
|
|
|
|
color: #46464A !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark textarea {
|
|
|
|
color: #efefef !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide the gradio footer*/
|
|
|
|
footer {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2023-04-19 05:56:24 +02:00
|
|
|
button {
|
|
|
|
font-size: 14px !important;
|
|
|
|
}
|
2023-04-21 07:35:28 +02:00
|
|
|
|
|
|
|
.small-button {
|
|
|
|
max-width: 171px;
|
|
|
|
}
|
2023-04-21 22:49:18 +02:00
|
|
|
|
|
|
|
/* Align the elements for SD_api_picture extension */
|
|
|
|
.SDAP #sampler_box {
|
|
|
|
padding-top: var(--spacing-sm);
|
|
|
|
padding-bottom: var(--spacing-sm);
|
|
|
|
}
|
|
|
|
|
|
|
|
.SDAP #seed_box,
|
|
|
|
.SDAP #cfg_box {
|
|
|
|
padding-top: var(--spacing-md);
|
|
|
|
}
|
|
|
|
|
|
|
|
.SDAP #sampler_box span,
|
|
|
|
.SDAP #seed_box span,
|
|
|
|
.SDAP #cfg_box span{
|
|
|
|
margin-bottom: var(--spacing-sm);
|
|
|
|
}
|
|
|
|
|
|
|
|
.SDAP svg.dropdown-arrow {
|
|
|
|
flex-shrink: 0 !important;
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.SDAP .hires_opts input[type="number"] {
|
|
|
|
width: 6em !important;
|
2023-05-10 01:28:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* silero_tts preview */
|
|
|
|
.form:has(> #silero_preview_text) {
|
|
|
|
min-width: 75%
|
2023-04-21 22:49:18 +02:00
|
|
|
}
|