mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-05 02:21:31 +00:00
Fix breaking layout for web component
This commit is contained in:
parent
f62c2f199c
commit
25515a941a
@ -18,7 +18,7 @@ $terminal-web-layout: (
|
||||
'messages': (1, 6, 2, $grid-columns-count+1),
|
||||
'ide': (),
|
||||
'terminal': (15, $grid-columns-count, 1, $grid-rows-count+1),
|
||||
'web': (6, 15, 1, 10),
|
||||
'web': (6, 15, 1, $grid-rows-count+1),
|
||||
'sidebar': ($grid-columns-count,$grid-columns-count+1, 1,$grid-rows-count+1)
|
||||
);
|
||||
|
||||
@ -45,7 +45,7 @@ $ide-web-vertical-layout: (
|
||||
'messages': (1, 6, 2, $grid-rows-count+1),
|
||||
'ide': (15, $grid-columns-count, 1,$grid-rows-count+1),
|
||||
'terminal': (),
|
||||
'web': (6, 15, 10, $grid-rows-count+1),
|
||||
'web': (6, 15, 1, $grid-rows-count+1),
|
||||
'sidebar': ($grid-columns-count,$grid-columns-count+1, 1,$grid-rows-count+1)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user