File tree Expand file tree Collapse file tree 2 files changed +19
-9
lines changed
components/tf_dashboard_common
plugins/debugger/tf_debugger_dashboard Expand file tree Collapse file tree 2 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 4040 }
4141
4242 # sidebar {
43- flex : 0 0 25% ;
43+ flex : 0 0 var ( --tf-dashboard-layout-sidebar-basis , 25% ) ;
4444 height : 100% ;
45- max-width : 350px ;
46- min-width : 270px ;
45+ max-width : var ( --tf-dashboard-layout-sidebar-max-width , 350px ) ;
46+ min-width : var ( --tf-dashboard-layout-sidebar-min-width , 270px ) ;
4747 overflow-y : auto;
4848 text-overflow : ellipsis;
4949 }
Original file line number Diff line number Diff line change 202202 width: 40vw;
203203 margin- left: 30vw;
204204 }
205+ tf- dashboard- layout {
206+ - - tf- dashboard- layout- sidebar- basis : auto ;
207+ - - tf- dashboard- layout- sidebar- max- width: unset;
208+ - - tf- dashboard- layout- sidebar- min- width: unset;
209+ }
205210 .debugger-section-title {
206211 font-size : 110% ;
207212 font-weight : bold;
271276 margin : 80px auto 0 auto;
272277 }
273278 .sidebar {
274- position : relative;
275279 height : 100% ;
280+ overflow-x : visible;
281+ position : relative;
276282 }
277283 .center {
278284 position : relative;
279285 height : 100% ;
280286 }
287+ tf-debugger-resizer {
288+ right : -10px ;
289+ }
281290 # center-content {
282291 position : absolute;
283292 right : 0 ;
301310 vertical-align : middle;
302311 }
303312 .node-entries {
304- position : relative;
313+ box-shadow : 3px 3px # ddd ;
314+ box-sizing : border-box;
305315 height : 80% ;
306- width : 100% ;
307- vertical-align : top;
308316 overflow : auto;
309- padding-top : 3px ;
310317 padding-left : 3px ;
311318 padding-right : 3px ;
312- box-shadow : 3px 3px # ddd ;
319+ padding-top : 3px ;
320+ position : relative;
321+ vertical-align : top;
322+ width : 100% ;
313323 }
314324 .source-code-view-div {
315325 position : relative;
You can’t perform that action at this time.
0 commit comments