This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
plugins/plugin-client-common/web/scss/components/Terminal/Layout Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 21
21
@include Scrollback {
22
22
@include LeftStrip {
23
23
/* *
24
- * Normally, this will have a min-width: 0, which allows the
25
- * flex box to adjust to reduced width. However, the
26
- * RightStrip is narrow, and so we probably would rather have
27
- * horizontal overflow than wrapping.
28
- */
24
+ * Normally, this will have a min-width: 0, which allows the flex
25
+ * box to adjust to reduced width. However, the LeftStrip is
26
+ * narrow, and so we probably would rather have horizontal
27
+ * overflow than wrapping.
28
+ */
29
29
@include WrapNormally ;
30
30
}
31
31
}
35
35
@include TopLevelTab {
36
36
@include HasOnlyLeftStrip {
37
37
@include Split (2 ) {
38
- @include Columns (4 );
39
- grid-template-areas : ' L1 T1 T1 T1 ' ;
38
+ @include Columns (3 );
39
+ grid-template-areas : ' L1 T1 T1' ;
40
40
}
41
41
42
42
@include Split (3 ) {
43
43
@include Rows (1 );
44
- @include Columns (5 );
45
- grid-template-areas : ' L1 T1 T1 T2 T2' ;
44
+ @include Columns (3 );
45
+ grid-template-areas : ' L1 T1 T2' ;
46
46
}
47
47
}
48
48
}
53
53
@include HasOnlyLeftStrip {
54
54
@include Split (2 ) {
55
55
@include Rows (1 );
56
- @include Columns (5 );
57
- grid-template-areas : ' L1 T1 T1 T1 T1 ' ;
56
+ @include Columns (4 );
57
+ grid-template-areas : ' L1 T1 T1 T1' ;
58
58
}
59
59
60
60
@include Split (3 ) {
61
61
@include Rows (1 );
62
- @include Columns (5 );
63
- grid-template-areas : ' L1 T1 T1 T2 T2' ;
62
+ @include Columns (8 );
63
+ grid-template-areas : ' L1 L1 T1 T1 T1 T2 T2 T2' ;
64
64
}
65
65
66
66
@include Split (4 ) {
67
67
@include Rows (2 );
68
- @include Columns (9 );
68
+ @include Columns (8 );
69
69
grid-template-areas :
70
- ' L1 L1 T1 T1 T1 T1 T2 T2 T2'
71
- ' L1 L1 T1 T1 T1 T1 T3 T3 T3' ;
70
+ ' L1 L1 T1 T1 T1 T2 T2 T2'
71
+ ' L1 L1 T1 T1 T1 T3 T3 T3' ;
72
72
}
73
73
74
74
@include Split (5 ) {
You can’t perform that action at this time.
0 commit comments