mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
adjust div order (#12022)
This commit is contained in:
@@ -5,9 +5,9 @@
|
|||||||
*--------------------------------------------------------------------------------------------*/
|
*--------------------------------------------------------------------------------------------*/
|
||||||
-->
|
-->
|
||||||
<div style="width: 100%; height: 100%; display: flex; flex-flow: row" (mouseover)="hover=true" (mouseleave)="hover=false">
|
<div style="width: 100%; height: 100%; display: flex; flex-flow: row" (mouseover)="hover=true" (mouseleave)="hover=false">
|
||||||
<div style="flex: 1 1 auto; flex-flow: column;">
|
|
||||||
<div style="display: flex; flex-flow: row">
|
|
||||||
<div #toolbar class="toolbar"></div>
|
<div #toolbar class="toolbar"></div>
|
||||||
|
<div style="flex: 1 1 auto; flex-flow: column; overflow: hidden;">
|
||||||
|
<div style="display: flex; flex-flow: row">
|
||||||
<div style="flex: 1 1 auto; overflow: hidden;">
|
<div style="flex: 1 1 auto; overflow: hidden;">
|
||||||
<div #editor class="editor"></div>
|
<div #editor class="editor"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user