From 5d734cc7cae7725345d03423505e0238a98ea843 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 10 Oct 2025 12:54:54 -0700 Subject: [PATCH] Remove unused CSS --- css/main.css | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/css/main.css b/css/main.css index c7ee57da..fd79d24c 100644 --- a/css/main.css +++ b/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; }