mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-05 23:02:26 +01:00
Remove unused CSS
This commit is contained in:
parent
25360387ec
commit
5d734cc7ca
23
css/main.css
23
css/main.css
|
|
@ -22,10 +22,6 @@
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
.tabs.svelte-710i53 {
|
||||
margin-top: 0
|
||||
}
|
||||
|
||||
.padded.svelte-12cmxck {
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
|
@ -126,10 +122,6 @@ span.math.inline {
|
|||
vertical-align: baseline !important;
|
||||
}
|
||||
|
||||
div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
gradio-app > :first-child {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
|
@ -325,7 +317,7 @@ audio {
|
|||
/* ----------------------------------------------
|
||||
Chat tab
|
||||
---------------------------------------------- */
|
||||
.h-\[40dvh\], .wrap.svelte-byatnx.svelte-byatnx.svelte-byatnx {
|
||||
.h-\[40dvh\] {
|
||||
height: 66.67dvh
|
||||
}
|
||||
|
||||
|
|
@ -338,23 +330,10 @@ audio {
|
|||
width: unset
|
||||
}
|
||||
|
||||
div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||
flex-wrap: nowrap
|
||||
}
|
||||
|
||||
.pending.svelte-1ed2p3z {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.wrap.svelte-6roggh.svelte-6roggh {
|
||||
max-height: 92.5%;
|
||||
}
|
||||
|
||||
/* This is for the microphone button in the whisper extension */
|
||||
.sm.svelte-1ipelgc {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#chat-tab {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue