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:
parent
cf0aa69a87
commit
63eb00bf4a
3 changed files with 55 additions and 33 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue