mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Adjust notebook toolbar icon to 20px and font size to 13px (#3001)
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
.modelview-toolbar-container .modelview-toolbar-title {
|
.modelview-toolbar-container .modelview-toolbar-title {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
font-size: 14px;
|
font-size: 13px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -57,8 +57,8 @@
|
|||||||
|
|
||||||
/* Vertical button handling */
|
/* Vertical button handling */
|
||||||
.modelview-toolbar-container.toolbar-vertical .modelview-toolbar-component modelview-button .monaco-text-button.icon {
|
.modelview-toolbar-container.toolbar-vertical .modelview-toolbar-component modelview-button .monaco-text-button.icon {
|
||||||
padding: 22px 16px 22px 16px;
|
padding: 20px 16px 20px 16px;
|
||||||
background-size: 22px;
|
background-size: 20px;
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user