mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
Merge pull request #832 from gradio-app/textarea_line_fix
restore typography
This commit is contained in:
commit
ab6c5f3dbb
@ -13,6 +13,7 @@
|
||||
import "./themes/grass.css";
|
||||
import "./themes/peach.css";
|
||||
import "./themes/seafoam.css";
|
||||
import "./themes/typography.min.css";
|
||||
import { _ } from "svelte-i18n";
|
||||
import { setupi18n } from "./i18n";
|
||||
setupi18n();
|
||||
@ -61,7 +62,7 @@
|
||||
<h1 class="title text-center p-4 text-4xl">{title}</h1>
|
||||
{/if}
|
||||
{#if description}
|
||||
<p class="description pb-4">{@html description}</p>
|
||||
<p class="description prose pb-4">{@html description}</p>
|
||||
{/if}
|
||||
<Interface
|
||||
{input_components}
|
||||
|
6472
ui/packages/app/src/themes/typography.min.css
vendored
Normal file
6472
ui/packages/app/src/themes/typography.min.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,11 +3,7 @@ module.exports = {
|
||||
content: ["./src/**/*.svelte"],
|
||||
mode: "jit",
|
||||
darkMode: "class", // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
variants: {
|
||||
extend: {}
|
||||
},
|
||||
plugins: []
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user