Added variable temps to the simple view
Fixed height shifting on model selections
Tweaked style and added guides in simple view
Linked profiles to simple view
This commit is contained in:
fraxle
2026-06-13 10:03:54 +01:00
parent 445fba033d
commit d8465675cd
6 changed files with 231 additions and 40 deletions
+5 -4
View File
@@ -9,7 +9,7 @@
grid-template-columns: 1fr auto 1fr; /* left | dial | why */
grid-template-areas: "hleft dial hright";
column-gap: 32px;
align-items: center;
align-items: stretch;
padding-bottom: 6px;
margin-bottom: 6px;
}
@@ -186,8 +186,8 @@
/* The big UTCI dial in the middle of the header.
Change width/height to resize it. */
.scope-ring {
width: 220px;
height: 220px;
width: 270px;
height: 270px;
display: block;
}
@@ -231,6 +231,7 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
}
@@ -296,7 +297,7 @@
align-items: center;
gap: 2px;
border-top: 1px solid #c9b08a;
width: 220px; /* match desktop/tablet dial width */
width: 270px; /* match desktop/tablet dial width */
}
.scope-env-label {