center text and fullwidth button
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m30s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m30s
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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 /> -->
|
||||||
|
|||||||
Reference in New Issue
Block a user