Move the debug photo-params table styles to development.css

Fix formatting of the development stylesheet
This commit is contained in:
Eryn Wells 2023-04-08 13:34:43 -07:00
parent 5f6ae6c603
commit 59bb6d28d0
2 changed files with 26 additions and 22 deletions

View file

@ -159,18 +159,3 @@
border-right: 0;
}
.photo-params.debug thead {
font-size: 2rem;
font-weight: bold;
border-bottom: 2px solid rgb(var(--dk-gray));
}
.photo-params.debug {
width: 100%;
}
.photo-params.debug td {
border: 1px solid var(--photo-params-border-color);
overflow: scroll;
vertical-align: top;
}