mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: styling
This commit is contained in:
parent
49e57b6d13
commit
6d31fc7875
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,9 @@
|
||||||
import Tooltip from '../Tooltip.svelte';
|
import Tooltip from '../Tooltip.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex gap-0.5 p-0.5 rounded-lg shadow-lg dark:bg-gray-800 min-w-fit">
|
<div
|
||||||
|
class="flex gap-0.5 p-0.5 rounded-lg shadow-lg bg-white text-gray-800 dark:text-white dark:bg-gray-800 min-w-fit"
|
||||||
|
>
|
||||||
<Tooltip placement="top" content={$i18n.t('H1')}>
|
<Tooltip placement="top" content={$i18n.t('H1')}>
|
||||||
<button
|
<button
|
||||||
on:click={() => editor?.chain().focus().toggleHeading({ level: 1 }).run()}
|
on:click={() => editor?.chain().focus().toggleHeading({ level: 1 }).run()}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue