Add padding to the image file tables

This commit is contained in:
Daniel Markstedt 2023-12-02 17:27:39 +09:00
parent a48a4429b1
commit 533ce10939
1 changed files with 4 additions and 0 deletions

View File

@ -763,6 +763,10 @@ section#files p {
margin-top: 1rem;
}
section#files details.subdir {
padding-left: 2rem;
}
section#files details.subdir summary.dirname {
text-decoration: underline;
font-family: monospace;