File tree Expand file tree Collapse file tree
coderibbon-theia/src/browser Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export class CodeRibbonTheiaPatch extends TabPanel {
9999 this . tabBar . allowDeselect = false ;
100100
101101 // HACK to do this after other updates have been applied
102- setTimeout ( ( ) => this . refitBoxLayout ( ) ) ;
102+ setTimeout ( ( ) => this . refitBoxLayout ( ) , 2 ) ;
103103 // this.refitBoxLayout();
104104 }
105105
Original file line number Diff line number Diff line change 11/* * @format */
22
33.cr-RibbonStrip-child {
4- border : 2 px solid rebeccapurple ;
4+ outline : 1 px solid rebeccapurple ;
55}
66
77.cr-RibbonStrip {
8- border : 2px solid darkred ;
8+ outline : 2px solid darkred ;
99}
1010
1111.cr-RibbonStrip :after {
Original file line number Diff line number Diff line change 22
33#theia-bottom-split-panel > #theia-main-content-panel .cr-RibbonPanel {
44 overflow-x : scroll ;
5+ overflow-y : visible ;
56
67 .cr-RibbonStrip {
78 transition : left 0.2s ease ;
You can’t perform that action at this time.
0 commit comments