Get the debug table looking better
This commit is contained in:
parent
21791d9937
commit
cdf4b41c16
1 changed files with 8 additions and 6 deletions
|
@ -23,10 +23,11 @@
|
|||
|
||||
#debug-page-info {
|
||||
background-color: var(--background-color);
|
||||
border: 1px solid #ddd;
|
||||
border: 1px solid var(--separator-color);
|
||||
border-radius: 6px;
|
||||
box-shadow: 4px 5px 5px rgba(230, 230, 230, 0.5);
|
||||
font-size: 8px;
|
||||
box-shadow: 4px 5px 5px var(--box-shadow-color);
|
||||
font-size: 1.75rem;
|
||||
padding: 0.5rem;
|
||||
position: fixed;
|
||||
left: 2rem;
|
||||
bottom: 2rem;
|
||||
|
@ -42,15 +43,16 @@
|
|||
}
|
||||
|
||||
#debug-page-info table {
|
||||
display: block;
|
||||
margin-block-start: 0.5em;
|
||||
margin-inline-start: 1em;
|
||||
}
|
||||
|
||||
#debug-page-info td {
|
||||
border: 1px solid black;
|
||||
padding: 0.25em;
|
||||
border: 1px solid var(--separator-color);
|
||||
padding: 0.3em;
|
||||
}
|
||||
|
||||
#debug-page-info tr:nth-child(even) {
|
||||
background-color: #efefef;
|
||||
background-color: var(--separator-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue