center text and fullwidth button
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m30s

This commit is contained in:
2026-02-19 21:41:49 +00:00
parent 747a403bcb
commit 4b5ed4787a
2 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<img src="/img/tmpen31z3pe.PNG" /> <img src="/img/tmpen31z3pe.PNG" />
<div class="m-1"> <div class="m-1">
<p>Stream is offline. Tune in Fridays @ 6:00pm, Monday @ 8:00am</p> <p>Stream is offline. Tune in Fridays @ 6:00pm, Monday @ 8:00am</p>
<Button @click="checkStream()">Check Stream</Button> <Button class="w-full" @click="checkStream()">Check Stream</Button>
</div> </div>
</div> </div>
</template> </template>

View File

@@ -43,7 +43,9 @@ import Consumption from "./Consumption.vue";
class="bg-bg_primary border-primary border text-center" class="bg-bg_primary border-primary border text-center"
/> />
<Timer class="border-primary border bg-bg_primary" /> <Timer class="border-primary border bg-bg_primary" />
<Radio class="border-primary border bg-bg_primary" /> <Radio
class="border-primary border bg-bg_primary text-center"
/>
<!-- <Elle class="flex-1" /> --> <!-- <Elle class="flex-1" /> -->
<!-- <Chat class="bdr-2 bg-bg_primary" /> --> <!-- <Chat class="bdr-2 bg-bg_primary" /> -->
<!-- <MusicPlayer /> --> <!-- <MusicPlayer /> -->