3.0.0
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user