Try to fix the debug EXIF info table -- I don't think this quite does it

This commit is contained in:
Eryn Wells 2022-10-30 11:35:11 -07:00
parent 3d28ef4d19
commit 6eaa667a7f

View file

@ -24,6 +24,7 @@
#debug-page-info {
background-color: var(--background-color);
border: 1px solid var(--separator-color);
border-collapse: collapse;
border-radius: 6px;
box-shadow: 4px 5px 5px var(--box-shadow-color);
font-size: 1.75rem;
@ -56,3 +57,7 @@
#debug-page-info tr:nth-child(even) {
background-color: var(--separator-color);
}
.photo-params.debug {
width: 100%;
}