Added a basic temperature display to the CPU page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -40,6 +40,26 @@ button
|
||||
font-size: 2.5rem
|
||||
text-decoration: none
|
||||
|
||||
.tempGauge
|
||||
position: relative
|
||||
box-sizing: border-box
|
||||
width: 100%
|
||||
max-width: 175px
|
||||
height: 300px
|
||||
margin-left: auto
|
||||
margin-right: auto
|
||||
border: 4px solid #212121
|
||||
|
||||
.tempGaugeFill
|
||||
display: block
|
||||
position: absolute
|
||||
left: 0
|
||||
bottom: 0
|
||||
box-sizing: border-box
|
||||
width: 100%
|
||||
height: 0
|
||||
background: pink
|
||||
|
||||
#header h1
|
||||
text-align: center
|
||||
|
||||
|
Reference in New Issue
Block a user