forked from coracle/flotilla
Fix some display bugs
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Button class="flex flex-col justify-start gap-1" onclick={openChat}>
|
<Button class="flex flex-col justify-start gap-1 w-full" onclick={openChat}>
|
||||||
<div
|
<div
|
||||||
class="cursor-pointer border-t border-solid border-base-100 px-6 py-2 transition-colors hover:bg-base-100 {props.class}"
|
class="cursor-pointer border-t border-solid border-base-100 px-6 py-2 transition-colors hover:bg-base-100 {props.class}"
|
||||||
class:bg-base-100={active}>
|
class:bg-base-100={active}>
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ config({path: ".env.template"})
|
|||||||
export default {
|
export default {
|
||||||
content: ["./src/**/*.{html,js,svelte,ts}"],
|
content: ["./src/**/*.{html,js,svelte,ts}"],
|
||||||
darkMode: ["selector", '[data-theme="dark"]'],
|
darkMode: ["selector", '[data-theme="dark"]'],
|
||||||
safelist: ["bg-success", "bg-warning"],
|
safelist: ["bg-success", "bg-warning", 'w-4 h-4'],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
zIndex: {
|
zIndex: {
|
||||||
|
|||||||
Reference in New Issue
Block a user