116 lines
1.6 KiB
CSS
Raw Normal View History

2023-03-15 12:33:26 -03:00
.tabs.svelte-710i53 {
margin-top: 0
}
2023-03-16 21:31:39 -03:00
2023-03-15 12:33:26 -03:00
.py-6 {
padding-top: 2.5rem
}
2023-03-16 21:31:39 -03:00
2023-03-15 12:33:26 -03:00
.dark #refresh-button {
background-color: #ffffff1f;
}
2023-03-16 21:31:39 -03:00
2023-03-15 12:33:26 -03: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 21:31:39 -03:00
2023-03-15 12:33:26 -03:00
#download-label, #upload-label {
min-height: 0
}
2023-03-16 21:31:39 -03:00
2023-03-15 12:33:26 -03:00
#accordion {
}
2023-03-16 21:31:39 -03:00
2023-03-15 12:33:26 -03:00
.dark svg {
fill: white;
}
2023-03-16 21:31:39 -03:00
2023-03-17 20:19:04 -03:00
.dark a {
color: white !important;
}
2023-03-15 12:33:26 -03:00
ol li p, ul li p {
display: inline-block;
}
2023-03-16 21:31:39 -03:00
2023-04-06 01:54:05 -03:00
#main, #parameters, #chat-settings, #interface-mode, #lora, #training-tab, #model-tab {
2023-03-15 12:33:26 -03:00
border: 0;
}
2023-03-23 00:13:34 -03:00
.gradio-container-3-18-0 .prose * h1, h2, h3, h4 {
color: white;
}
2023-03-26 22:20:30 -03:00
.gradio-container {
max-width: 100% !important;
padding-top: 0 !important;
}
#extensions {
padding: 15px;
2023-04-19 00:47:02 -03:00
margin-bottom: 35px;
2023-03-26 22:20:30 -03:00
}
2023-03-27 12:59:07 -03:00
2023-05-17 01:25:01 -03:00
.extension-tab {
border: 0 !important;
}
2023-03-27 12:59:07 -03:00
span.math.inline {
font-size: 27px;
vertical-align: baseline !important;
}
2023-04-04 18:30:34 -03:00
div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
flex-wrap: nowrap;
}
2023-04-10 16:15:16 -03:00
.header_bar {
background-color: #f7f7f7;
2023-05-22 00:55:33 -03:00
margin-bottom: 30px;
2023-04-10 16:15:16 -03:00
}
.dark .header_bar {
border: none !important;
background-color: #8080802b;
}
2023-04-18 23:36:23 -03:00
.textbox_default textarea {
2023-05-22 00:55:33 -03:00
height: calc(100vh - 381px);
2023-04-18 23:36:23 -03:00
}
.textbox_default_output textarea {
2023-05-22 00:55:33 -03:00
height: calc(100vh - 200px);
2023-04-18 23:36:23 -03:00
}
.textbox textarea {
2023-05-22 00:55:33 -03:00
height: calc(100vh - 251px);
2023-04-18 23:36:23 -03: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 00:56:24 -03:00
button {
font-size: 14px !important;
}
2023-04-21 02:35:28 -03:00
.small-button {
max-width: 171px;
}