Skip to content

Commit

Permalink
Fixed padding at the bottom of the Outline list
Browse files Browse the repository at this point in the history
  • Loading branch information
damiankorcz committed Mar 21, 2024
1 parent 9722f19 commit f60342a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/User Interface/Sidebar/navHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
min-height: unset;
}

:is(.nav-files-container, .workspace-leaf-content[data-type="tag"] .tag-container, .workspace-leaf-content[data-type="backlink"] .backlink-pane, .workspace-leaf-content[data-type="starred"] .item-list, .workspace-leaf-content[data-type="dictionary-view"] .contents, .workspace-leaf-content[data-type="dangling-links"] .view-content .container, .workspace-leaf-content[data-type="bookmarks"] .view-content > div, .workspace-leaf-content[data-type=all-properties] .view-content, .workspace-leaf-content[data-type=properties] .view-content) {
:is(.nav-files-container, .workspace-leaf-content[data-type="tag"] .tag-container, .workspace-leaf-content[data-type="backlink"] .backlink-pane, .workspace-leaf-content[data-type="starred"] .item-list, .workspace-leaf-content[data-type="dictionary-view"] .contents, .workspace-leaf-content[data-type="dangling-links"] .view-content .container, .workspace-leaf-content[data-type="bookmarks"] .view-content > div, .workspace-leaf-content[data-type="all-properties"] .view-content, .workspace-leaf-content[data-type="properties"] .view-content, .workspace-leaf-content[data-type="outline"] .view-content) {
padding-bottom: calc(38px + 2 * var(--scroll-bar-size));
}
}
Expand Down

0 comments on commit f60342a

Please sign in to comment.