mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05:00
Fixed #4947 Increase the size of the notebook command icons and space between icon and button (#5235)
This commit is contained in:
@@ -22,23 +22,25 @@
|
||||
}
|
||||
|
||||
.notebookEditor .actionbar-container .monaco-action-bar > ul.actions-container {
|
||||
padding-top: 0px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.notebookEditor .notebook-button {
|
||||
.notebookEditor .actions-container .action-item .notebook-button {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
padding: 0px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
padding-left: 15px;
|
||||
padding-left: 18px;
|
||||
background-size: 13px;
|
||||
margin-right: 0.3em;
|
||||
font-size: 13px;
|
||||
margin-right: 20px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.notebookEditor .monaco-select-box {
|
||||
.notebookEditor .labelOnLeftContainer {
|
||||
min-width: 100px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.notebookEditor .notebook-button.icon-add{
|
||||
|
||||
Reference in New Issue
Block a user