Try to fix the debug EXIF info table -- I don't think this quite does it
This commit is contained in:
parent
3d28ef4d19
commit
6eaa667a7f
1 changed files with 5 additions and 0 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue