mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Remove properties widget height calculations (#10152)
* Remove height calculations * Remove custom height setting * Fix compile errors
This commit is contained in:
@@ -17,5 +17,5 @@
|
||||
<ng-template component-host>
|
||||
</ng-template>
|
||||
</ng-template>
|
||||
<span #bottomActionbar class="bottomActionbar"></span>
|
||||
<span #bottomActionbar class="bottomActionbar {{collapsed ? 'collapsed' : ''}}"></span>
|
||||
</div>
|
||||
|
||||
@@ -40,17 +40,18 @@ dashboard-widget-wrapper .noTitle {
|
||||
}
|
||||
|
||||
dashboard-widget-wrapper .actionbar {
|
||||
flex: 0 0 auto;
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
dashboard-widget-wrapper .bottomActionbar {
|
||||
flex: 0 0 auto;
|
||||
align-self: center;
|
||||
margin-top: -27px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
dashboard-widget-wrapper .bottomActionbar.collapsed {
|
||||
margin-top: -27px;
|
||||
}
|
||||
|
||||
dashboard-widget-wrapper .bottomActionbar .actions-container .action-item a.action-label.codicon-chevron-up {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user