-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add border to file tree 'sub-items' and add padding to 'item-file' #27593
Changes from all commits
5790b68
b61d6d4
141b885
21328f6
8a7f825
c896812
fbbf2f0
cca6ee7
ed8b731
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,11 +61,12 @@ a, a:hover { | |
display: flex; | ||
flex-direction: column; | ||
gap: 1px; | ||
padding-left: 8px; | ||
margin-left: 13px; | ||
border-left: 1px solid var(--color-secondary); | ||
lng2020 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
} | ||
|
||
.sub-items .item-file { | ||
padding-left: 24px; | ||
padding-left: 18px; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And this one too 😢 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perhaps we should document this math, otherwise it will break again and again… There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. certainly There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I didn't do any particular math when changing these the last time, I just went with what looked okay. |
||
} | ||
|
||
.item-file.selected { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That value is due to some math work 😢