Fix error condition rendering.

This commit is contained in:
Dermot Duffy
2022-01-14 21:31:16 -08:00
parent c40c63862e
commit 915053261e
5 changed files with 138 additions and 137 deletions
+1 -1
View File
@@ -20,7 +20,6 @@
pointer-events: none;
}
.values {
margin-left: 30px;
padding: 10px;
background: var(--secondary-background-color);
display: grid;
@@ -54,6 +53,7 @@ div.upgrade span {
}
.camera-header .new-camera {
font-style: italic;
color: var(--secondary-text-color, 'black');
}
.cameras {
margin: 5px 5px 10px 20px;