diff --git a/src/App.svelte b/src/App.svelte
index 8c4138a..da203a1 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -1,7 +1,22 @@
+
+
@@ -61,12 +112,13 @@
{pad(hour, 2)}:{pad(minute, 2)}
-
- 100%
+
+ {battery}%
diff --git a/src/app.css b/src/app.css
index acec9e4..042a906 100644
--- a/src/app.css
+++ b/src/app.css
@@ -1,6 +1,6 @@
@import 'tailwindcss';
-@theme {
+@theme inline {
--spacing: calc(var(--render-scale, 1) * 1px);
--color-frame: var(--chat-frame, #ffced1);
diff --git a/src/components/RenderComment.svelte b/src/components/RenderComment.svelte
index 13f8e2a..ae03155 100644
--- a/src/components/RenderComment.svelte
+++ b/src/components/RenderComment.svelte
@@ -16,8 +16,8 @@
let layout = $derived(
chat.data.isOwner
- ? ['flex-row-reverse', 'pl-30', 'origin-bottom-right']
- : ['flex-row', 'pr-30', 'origin-bottom-left']
+ ? ['flex-row-reverse', 'pl-40', 'origin-bottom-right']
+ : ['flex-row', 'pr-40', 'origin-bottom-left']
);
let is_youtube_gift = $derived(chat.service === 'youtube' && chat.data.hasGift);
@@ -43,12 +43,12 @@
>
- {author_name}
+ {author_name}
{#if chat.service === 'youtube' && chat.data.isModerator}
{/if}