Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #243 from jtpio/border
Browse files Browse the repository at this point in the history
Improve tree page tab bar CSS
  • Loading branch information
jtpio authored Oct 8, 2021
2 parents 7d2a18d + db3cb8a commit 3be86ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/tree-extension/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
.jp-TreePanel .lm-TabPanel-tabBar {
overflow: visible;
min-height: 32px;
border-bottom: unset;
height: var(--jp-private-toolbar-height);
}

.jp-TreePanel .lm-TabBar-content {
height: 100%;
}

.jp-TreePanel .lm-TabBar-tab {
Expand Down

0 comments on commit 3be86ca

Please sign in to comment.