mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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:
@@ -5,7 +5,7 @@
|
|||||||
*--------------------------------------------------------------------------------------------*/
|
*--------------------------------------------------------------------------------------------*/
|
||||||
-->
|
-->
|
||||||
<div style="overflow: hidden; width: 100%; height: 100%; display: flex; flex-flow: column">
|
<div style="overflow: hidden; width: 100%; height: 100%; display: flex; flex-flow: column">
|
||||||
<div #toolbar class="editor-toolbar actionbar-container" style="flex: 0 0 auto; display: flex; flex-flow: row; width: 100%; align-items: center; height: 40px">
|
<div #toolbar class="editor-toolbar actionbar-container" style="flex: 0 0 auto; display: flex; flex-flow: row; width: 100%; align-items: center; height: 36px">
|
||||||
</div>
|
</div>
|
||||||
<div class="scrollable" style="flex: 1 1 auto; position: relative">
|
<div class="scrollable" style="flex: 1 1 auto; position: relative">
|
||||||
<loading-spinner [loading]="isLoading"></loading-spinner>
|
<loading-spinner [loading]="isLoading"></loading-spinner>
|
||||||
|
|||||||
@@ -27,12 +27,12 @@
|
|||||||
.notebookEditor .notebook-info-button {
|
.notebookEditor .notebook-info-button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 4px;
|
padding: 0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
background-size: 11px;
|
background-size: 11px;
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
font-size: 13px;
|
font-size: 11px;
|
||||||
background-image: url("./media/light/add.svg")
|
background-image: url("./media/light/add.svg")
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user