easy adapter UI
This commit is contained in:
@@ -88,6 +88,10 @@ html(lang="en")
|
|||||||
.fa.fa-thermometer-full(class="error",
|
.fa.fa-thermometer-full(class="error",
|
||||||
v-if="80 <= state.rpi_temp",
|
v-if="80 <= state.rpi_temp",
|
||||||
title="Raspberry Pi temperature too high.")
|
title="Raspberry Pi temperature too high.")
|
||||||
|
|
||||||
|
.easy-adapter(v-if="config.settings.easy-adapter")
|
||||||
|
.round-dot
|
||||||
|
div.easy-adapter-text Easy Adapter
|
||||||
|
|
||||||
.whitespace
|
.whitespace
|
||||||
|
|
||||||
|
|||||||
@@ -92,6 +92,19 @@ tt
|
|||||||
color #444
|
color #444
|
||||||
.right
|
.right
|
||||||
color #e5aa3d
|
color #e5aa3d
|
||||||
|
|
||||||
|
.easy-adapter
|
||||||
|
padding 5px
|
||||||
|
margin 5px
|
||||||
|
|
||||||
|
.round-dot
|
||||||
|
padding 5px
|
||||||
|
margin 5px
|
||||||
|
border-radius 100px
|
||||||
|
background-color #000000
|
||||||
|
|
||||||
|
.easy-adapter-text
|
||||||
|
text-align center
|
||||||
|
|
||||||
.whitespace
|
.whitespace
|
||||||
flex-grow 1
|
flex-grow 1
|
||||||
|
|||||||
Reference in New Issue
Block a user