Added more info to CPU page; removed vendorId call for GPU page; added table to CPU and GPU pages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-08-23 19:13:49 -04:00
parent 4d4c5b2f16
commit 1756478ef7
4 changed files with 34 additions and 5 deletions

View File

@ -1,5 +1,6 @@
body
background: white
font-size: 18px
a
color: cornflowerblue
@ -21,6 +22,9 @@ button
background-color: darken(cornflowerblue, 10%)
color: white
.faded-text
color: #999
.u-text-center
text-align: center
@ -40,6 +44,17 @@ button
font-size: 2.5rem
text-decoration: none
table.hardware-info
border-spacing: 0
padding: 8px
border: 1px solid #999
td
border: none
td:not(:nth-child(2))
border-right: 1px solid #bbb
tr:not(:last-child) td
border-bottom: 1px solid #bbb
.tempGauge
position: relative
box-sizing: border-box
@ -73,6 +88,7 @@ button
padding-top: 25px
padding-bottom: 25px
border-top: 1px solid #999
font-size: 16px
.row
position: relative