Merge branch 'dev' into gradio4

This commit is contained in:
missionfloyd
2024-09-04 15:21:47 -06:00
committed by GitHub
98 changed files with 3532 additions and 551 deletions
+15 -5
View File
@@ -1,6 +1,6 @@
/* temporary fix to load default gradio font in frontend instead of backend */
@import url('/webui-assets/css/sourcesanspro.css');
@import url('webui-assets/css/sourcesanspro.css');
/* general gradio fixes */
@@ -284,7 +284,7 @@ input[type="checkbox"].input-accordion-checkbox{
display: inline-block;
}
.html-log .performance p.time, .performance p.vram, .performance p.time abbr, .performance p.vram abbr {
.html-log .performance p.time, .performance p.vram, .performance p.profile, .performance p.time abbr, .performance p.vram abbr {
margin-bottom: 0;
color: var(--block-title-text-color);
}
@@ -296,6 +296,10 @@ input[type="checkbox"].input-accordion-checkbox{
margin-left: auto;
}
.html-log .performance p.profile {
margin-left: 0.5em;
}
.html-log .performance .measurement{
color: var(--body-text-color);
font-weight: bold;
@@ -785,9 +789,9 @@ table.popup-table .link{
position:absolute;
display:block;
padding:0px 0;
border:2px solid #a55000;
border:2px solid var(--primary-800);
border-radius:8px;
box-shadow:1px 1px 2px #CE6400;
box-shadow:1px 1px 2px var(--primary-500);
width: 200px;
}
@@ -804,7 +808,7 @@ table.popup-table .link{
}
.context-menu-items a:hover{
background: #a55000;
background: var(--primary-700);
}
@@ -812,6 +816,8 @@ table.popup-table .link{
#tab_extensions table{
border-collapse: collapse;
overflow-x: auto;
display: block;
}
#tab_extensions table td, #tab_extensions table th{
@@ -859,6 +865,10 @@ table.popup-table .link{
display: inline-block;
}
.compact-checkbox-group div label {
padding: 0.1em 0.3em !important;
}
/* extensions tab table row hover highlight */
#extensions tr:hover td,