Fix some display bugs
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
})
|
||||
</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
|
||||
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}>
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ config({path: ".env.template"})
|
||||
export default {
|
||||
content: ["./src/**/*.{html,js,svelte,ts}"],
|
||||
darkMode: ["selector", '[data-theme="dark"]'],
|
||||
safelist: ["bg-success", "bg-warning"],
|
||||
safelist: ["bg-success", "bg-warning", 'w-4 h-4'],
|
||||
theme: {
|
||||
extend: {},
|
||||
zIndex: {
|
||||
|
||||
Reference in New Issue
Block a user