Skip to content

Commit

Permalink
Add padding to the image file tables
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Dec 2, 2023
1 parent a48a442 commit 533ce10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/web/src/static/themes/modern/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 533ce10

Please sign in to comment.