Skip to content

Commit

Permalink
Merge pull request #7786 from jtpio/celltags-align
Browse files Browse the repository at this point in the history
Align celltags UI in the notebook tools
  • Loading branch information
Steven Silvester committed Jan 15, 2020
2 parents d322d6b + fce55bb commit ac3ab8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/celltags/style/base.css
Expand Up @@ -2,7 +2,6 @@
height: 32px;
width: fit-content;
border-radius: 35px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 10px;
padding: 12px;
Expand Down
8 changes: 4 additions & 4 deletions packages/notebook/style/base.css
Expand Up @@ -204,6 +204,10 @@
overflow: auto;
}

.jp-NotebookTools-tool {
padding: 0px 12px 0 12px;
}

.jp-ActiveCellTool {
padding: 12px;
background-color: var(--jp-layout-color1);
Expand Down Expand Up @@ -234,10 +238,6 @@
margin-top: 12px;
}

.jp-KeySelector {
padding: 0px 12px 0 12px;
}

.jp-KeySelector select.jp-mod-styled {
font-size: var(--jp-ui-font-size1);
color: var(--jp-ui-font-color0);
Expand Down

0 comments on commit ac3ab8c

Please sign in to comment.