Adjust paddingLeft calculation and margin in styles for improved layout

This commit is contained in:
2025-02-10 14:27:07 +11:00
parent d6e6fd202d
commit 9933bc5dad
2 changed files with 3 additions and 2 deletions

View File

@@ -193,6 +193,7 @@ body {
font-size: 0.875rem;
width: 100%;
position: relative;
box-sizing: border-box;
}
.folder-icons {
@@ -201,7 +202,7 @@ body {
gap: 0.25rem;
color: var(--ifm-color-content-secondary);
min-width: 1.5em;
margin-right: 0.5rem;
margin-right: 0.25rem;
order: 1;
}