Skip to content

Commit

Permalink
Adjust notebook toolbar icon to 20px and font size to 13px (microsoft…
Browse files Browse the repository at this point in the history
  • Loading branch information
YurongHe authored Oct 25, 2018
1 parent 92d9d04 commit afb6862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sql/parts/modelComponents/toolbarLayout.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

.modelview-toolbar-container .modelview-toolbar-title {
padding: 4px;
font-size: 14px;
font-size: 13px;
cursor: pointer;
}

Expand All @@ -57,8 +57,8 @@

/* Vertical button handling */
.modelview-toolbar-container.toolbar-vertical .modelview-toolbar-component modelview-button .monaco-text-button.icon {
padding: 22px 16px 22px 16px;
background-size: 22px;
padding: 20px 16px 20px 16px;
background-size: 20px;
margin-right: 0.3em;
background-position: 50% 50%;

Expand Down

0 comments on commit afb6862

Please sign in to comment.