Clean up the photo parameters table

Add a .no-value style to the items in the table. Streamline the logic for filling
in table values.
This commit is contained in:
Eryn Wells 2024-11-04 08:36:57 -08:00
parent cf0aa69a87
commit 63eb00bf4a
3 changed files with 55 additions and 33 deletions

View file

@ -9,9 +9,6 @@
}
.photo-params {
--background-color: var(--gray7);
--container-background-color: var(--gray6);
--color: var(--gray2);
--border-color: var(--gray6);
--border-style: 2px solid;
@ -76,6 +73,11 @@
.location {
border-right: 0;
}
.no-value {
color: var(--text-color-secondary);
text-align: center;
}
}
}