mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
center properties title when collapsed (#9932)
This commit is contained in:
@@ -47,6 +47,6 @@ dashboard-widget-wrapper .actionbar {
|
|||||||
dashboard-widget-wrapper .bottomActionbar {
|
dashboard-widget-wrapper .bottomActionbar {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
margin-top: -28px;
|
margin-top: -27px;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ export class DatabaseDashboardPage extends DashboardPage implements OnInit {
|
|||||||
background_color: colors.editorBackground,
|
background_color: colors.editorBackground,
|
||||||
border: 'none',
|
border: 'none',
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
padding: '5px 0 0 0',
|
padding: '2px 0 0 0',
|
||||||
provider: undefined,
|
provider: undefined,
|
||||||
edition: undefined
|
edition: undefined
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export class ServerDashboardPage extends DashboardPage implements OnInit {
|
|||||||
background_color: colors.editorBackground,
|
background_color: colors.editorBackground,
|
||||||
border: 'none',
|
border: 'none',
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
padding: '5px 0 0 0',
|
padding: '2px 0 0 0',
|
||||||
provider: undefined,
|
provider: undefined,
|
||||||
edition: undefined
|
edition: undefined
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user