mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
make taskbar more readable (#3290)
This commit is contained in:
@@ -19,11 +19,13 @@
|
|||||||
.carbon-taskbar {
|
.carbon-taskbar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding: 10px 0px 10px 0px;
|
||||||
|
font-size: 12px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.carbon-taskbar.monaco-toolbar .monaco-action-bar.animated .actions-container {
|
.carbon-taskbar.monaco-toolbar .monaco-action-bar.animated .actions-container {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
padding: 5px 5px 5px 15px;
|
padding-left: 15px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -39,11 +41,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.carbon-taskbar {
|
|
||||||
margin-top: 2px;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.carbon-taskbar .action-item {
|
.carbon-taskbar .action-item {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
@@ -51,12 +48,12 @@
|
|||||||
.carbon-taskbar .action-label {
|
.carbon-taskbar .action-label {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 0% 50%;
|
background-position: 0% 50%;
|
||||||
padding-left: 15px;
|
padding-left: 20px;
|
||||||
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.carbon-taskbar .action-item-label {
|
.carbon-taskbar .action-item-label {
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size:11px;
|
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -87,5 +84,5 @@
|
|||||||
/* Taskbar Icons */
|
/* Taskbar Icons */
|
||||||
|
|
||||||
.carbon-taskbar .icon {
|
.carbon-taskbar .icon {
|
||||||
background-size: 11px;
|
background-size: 16px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -252,7 +252,6 @@ export class ProfilerEditor extends BaseEditor {
|
|||||||
{ element: Taskbar.createTaskbarSeparator() },
|
{ element: Taskbar.createTaskbarSeparator() },
|
||||||
{ element: this._createTextElement(nls.localize('profiler.viewSelectLabel', 'Select View:')) },
|
{ element: this._createTextElement(nls.localize('profiler.viewSelectLabel', 'Select View:')) },
|
||||||
{ element: viewTemplateContainer },
|
{ element: viewTemplateContainer },
|
||||||
{ element: Taskbar.createTaskbarSeparator() },
|
|
||||||
{ action: this._autoscrollAction },
|
{ action: this._autoscrollAction },
|
||||||
{ action: this._instantiationService.createInstance(Actions.ProfilerClear, Actions.ProfilerClear.ID, Actions.ProfilerClear.LABEL) }
|
{ action: this._instantiationService.createInstance(Actions.ProfilerClear, Actions.ProfilerClear.ID, Actions.ProfilerClear.LABEL) }
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user