mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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 {
|
||||
flex: 0 0 auto;
|
||||
align-self: center;
|
||||
margin-top: -28px;
|
||||
margin-top: -27px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ export class DatabaseDashboardPage extends DashboardPage implements OnInit {
|
||||
background_color: colors.editorBackground,
|
||||
border: 'none',
|
||||
fontSize: '14px',
|
||||
padding: '5px 0 0 0',
|
||||
padding: '2px 0 0 0',
|
||||
provider: undefined,
|
||||
edition: undefined
|
||||
};
|
||||
|
||||
@@ -37,7 +37,7 @@ export class ServerDashboardPage extends DashboardPage implements OnInit {
|
||||
background_color: colors.editorBackground,
|
||||
border: 'none',
|
||||
fontSize: '14px',
|
||||
padding: '5px 0 0 0',
|
||||
padding: '2px 0 0 0',
|
||||
provider: undefined,
|
||||
edition: undefined
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user