Fix some display bugs

This commit is contained in:
Jon Staab
2026-03-30 10:51:46 -07:00
parent 55131ba7ce
commit a66193ff45
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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: {