File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed
Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,10 @@ var MainPanelView = (function (_super) {
3636 } ;
3737 this . div ( {
3838 class : 'atomts atomts-main-panel-view native-key-bindings' ,
39- style : 'padding: 6px' ,
4039 tabindex : '-1'
4140 } , function ( ) {
4241 _this . div ( {
43- class : 'layout horizontal' ,
42+ class : 'layout horizontal atomts-panel-header ' ,
4443 style : '-webkit-user-select: none; align-items: center' ,
4544 dblclick : 'toggle'
4645 } , function ( ) {
@@ -118,17 +117,17 @@ var MainPanelView = (function (_super) {
118117 } ) ;
119118 } ) ;
120119 _this . div ( {
121- class : 'panel-body atomts-panel-body padded ' ,
120+ class : 'panel-body atomts-panel-body' ,
122121 outlet : 'errorBody' ,
123122 style : 'overflow-y: auto; display: none'
124123 } ) ;
125124 _this . div ( {
126- class : 'panel-body atomts-panel-body padded ' ,
125+ class : 'panel-body atomts-panel-body' ,
127126 outlet : 'buildBody' ,
128127 style : 'overflow-y: auto; display: none'
129128 } ) ;
130129 _this . div ( {
131- class : 'panel-body atomts-panel-body padded ' ,
130+ class : 'panel-body atomts-panel-body' ,
132131 outlet : 'referencesBody' ,
133132 style : 'overflow-y: auto; display: none'
134133 } ) ;
Original file line number Diff line number Diff line change @@ -47,11 +47,10 @@ export class MainPanelView extends view.View<any> {
4747
4848 this . div ( {
4949 class : 'atomts atomts-main-panel-view native-key-bindings' ,
50- style : 'padding: 6px' ,
5150 tabindex : '-1'
5251 } , ( ) => {
5352 this . div ( {
54- class : 'layout horizontal' ,
53+ class : 'layout horizontal atomts-panel-header ' ,
5554 style : '-webkit-user-select: none; align-items: center' ,
5655 dblclick : 'toggle'
5756 } , ( ) => {
@@ -137,17 +136,17 @@ export class MainPanelView extends view.View<any> {
137136 } ) ;
138137 } ) ;
139138 this . div ( {
140- class : 'panel-body atomts-panel-body padded ' ,
139+ class : 'panel-body atomts-panel-body' ,
141140 outlet : 'errorBody' ,
142141 style : 'overflow-y: auto; display: none'
143142 } ) ;
144143 this . div ( {
145- class : 'panel-body atomts-panel-body padded ' ,
144+ class : 'panel-body atomts-panel-body' ,
146145 outlet : 'buildBody' ,
147146 style : 'overflow-y: auto; display: none'
148147 } ) ;
149148 this . div ( {
150- class : 'panel-body atomts-panel-body padded ' ,
149+ class : 'panel-body atomts-panel-body' ,
151150 outlet : 'referencesBody' ,
152151 style : 'overflow-y: auto; display: none'
153152 } ) ;
Original file line number Diff line number Diff line change 33 scroll- y: auto ;
44}
55
6+ .atomts-panel-body ,
7+ .atomts-panel-header {
8+ padding : 6px ;
9+ }
10+
611.atomts-main-panel-view {
712 .build-progress.warn ::-webkit-progress-value {
813 background-color : rgb (255 , 155 , 0 ) !important ;
You can’t perform that action at this time.
0 commit comments