mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
Change code and text font to 11 (#3216)
Ajust the padding top to 0 Change task bar height to 36
This commit is contained in:
@@ -27,12 +27,12 @@
|
||||
.notebookEditor .notebook-info-button {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
padding: 4px;
|
||||
padding: 0px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
padding-left: 15px;
|
||||
background-size: 11px;
|
||||
margin-right: 0.3em;
|
||||
font-size: 13px;
|
||||
font-size: 11px;
|
||||
background-image: url("./media/light/add.svg")
|
||||
}
|
||||
Reference in New Issue
Block a user