File tree Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change @@ -2363,4 +2363,11 @@ section,
2363
2363
.navmenu {
2364
2364
margin-bottom : 24px ;
2365
2365
}
2366
+ }
2367
+
2368
+ /* Hide pipeline-visualization on mobile */
2369
+ @media (max-width : 767.98px ) {
2370
+ .pipeline-visualization {
2371
+ display : none !important ;
2372
+ }
2366
2373
}
Original file line number Diff line number Diff line change 65
65
66
66
.cli-maximized .maximize-btn i {
67
67
transform : rotate (180deg );
68
+ }
69
+
70
+ /* Responsive styles for CLI */
71
+ @media (max-width : 768px ) {
72
+ .advanced-cli ,
73
+ .cli-maximized {
74
+ padding : 8px !important ;
75
+ font-size : 14px ;
76
+ border-radius : 0 !important ;
77
+ min-width : 0 ;
78
+ width : 100vw !important ;
79
+ left : 0 !important ;
80
+ }
81
+ .cli-maximized {
82
+ height : 100vh !important ;
83
+ min-height : 100vh !important ;
84
+ max-height : 100vh !important ;
85
+ top : 0 !important ;
86
+ left : 0 !important ;
87
+ right : 0 !important ;
88
+ bottom : 0 !important ;
89
+ border-radius : 0 !important ;
90
+ padding : 8px !important ;
91
+ }
92
+ .cli-maximized .cli-container {
93
+ height : calc (100vh - 80px );
94
+ padding : 8px ;
95
+ }
96
+ .cli-maximized .cli-output {
97
+ height : calc (100vh - 140px );
98
+ font-size : 13px ;
99
+ }
100
+ .maximize-btn {
101
+ margin-left : 4px ;
102
+ padding : 4px ;
103
+ font-size : 14px ;
104
+ }
105
+ }
106
+
107
+ /* Make CLI input and buttons more touch-friendly */
108
+ @media (max-width : 576px ) {
109
+ .cli-input-line {
110
+ padding : 6px 6px ;
111
+ font-size : 13px ;
112
+ }
113
+ .cli-input {
114
+ font-size : 13px ;
115
+ padding : 4px 2px ;
116
+ }
117
+ .cli-maximized .cli-output {
118
+ height : calc (100vh - 150px );
119
+ font-size : 12px ;
120
+ }
68
121
}
You can’t perform that action at this time.
0 commit comments