Added a basic temperature display to the CPU page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-06-08 00:46:56 -04:00
parent 5b42a1ef05
commit 9d8678e421
4 changed files with 35 additions and 9 deletions

View File

@ -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