@@ -51,14 +51,6 @@ main {
5151 min-height : 0 ;
5252}
5353
54- .pane-root {
55- display : flex;
56- width : 100% ;
57- height : 100% ;
58- min-width : 0 ;
59- min-height : 0 ;
60- }
61-
6254.settings-fab-stack {
6355 position : fixed;
6456 right : 20px ;
@@ -174,162 +166,6 @@ main {
174166 line-height : 1 ;
175167}
176168
177- .pane-split {
178- display : flex;
179- flex : 1 1 auto;
180- min-width : 0 ;
181- min-height : 0 ;
182- gap : 0 ;
183- padding : 0 ;
184- background : # 111 ;
185- }
186-
187- .pane-split .is-vertical {
188- flex-direction : row;
189- }
190-
191- .pane-split .is-horizontal {
192- flex-direction : column;
193- }
194-
195- .pane {
196- position : relative;
197- flex : 1 1 0 ;
198- min-width : 0 ;
199- min-height : 0 ;
200- background : # 000 ;
201- border : 0 ;
202- overflow : hidden;
203- opacity : 0.82 ;
204- transition : opacity 140ms ease-out;
205- }
206-
207- .pane .is-active {
208- opacity : 1 ;
209- }
210-
211- .pane-divider {
212- position : relative;
213- z-index : 2 ;
214- flex : 0 0 1px ;
215- touch-action : none;
216- }
217-
218- .pane-divider .is-vertical {
219- cursor : col-resize;
220- background : transparent;
221- }
222-
223- .pane-divider .is-horizontal {
224- cursor : row-resize;
225- background : transparent;
226- }
227-
228- .pane-divider .is-vertical : hover ,
229- .pane-divider .is-vertical .is-dragging {
230- background :
231- radial-gradient (
232- 100px 46% at 50% 50% ,
233- rgba (235 , 235 , 235 , 0.92 ) 0% ,
234- rgba (200 , 200 , 200 , 0.48 ) 46% ,
235- rgba (155 , 155 , 155 , 0.12 ) 68% ,
236- rgba (120 , 120 , 120 , 0 ) 100%
237- ),
238- rgba (185 , 185 , 185 , 0.24 );
239- }
240-
241- .pane-divider .is-horizontal : hover ,
242- .pane-divider .is-horizontal .is-dragging {
243- background :
244- radial-gradient (
245- 46% 100px at 50% 50% ,
246- rgba (235 , 235 , 235 , 0.92 ) 0% ,
247- rgba (200 , 200 , 200 , 0.48 ) 46% ,
248- rgba (155 , 155 , 155 , 0.12 ) 68% ,
249- rgba (120 , 120 , 120 , 0 ) 100%
250- ),
251- rgba (185 , 185 , 185 , 0.24 );
252- }
253-
254- body .is-resizing-split {
255- user-select : none;
256- }
257-
258- .pane-canvas {
259- width : 100% ;
260- height : 100% ;
261- display : block;
262- outline : none;
263- }
264-
265- .pane-ime-input {
266- position : fixed;
267- left : 0 ;
268- top : 0 ;
269- width : 1px ;
270- height : 1px ;
271- opacity : 0 ;
272- pointer-events : none;
273- }
274-
275- .pane-term-debug {
276- display : none;
277- }
278-
279- .pane-context-menu {
280- position : fixed;
281- z-index : 9999 ;
282- min-width : 200px ;
283- padding : 6px ;
284- border : 1px solid # 2a2a2a ;
285- border-radius : 8px ;
286- background : # 161616 ;
287- box-shadow : 0 14px 40px rgba (0 , 0 , 0 , 0.45 );
288- }
289-
290- .pane-context-menu-item {
291- width : 100% ;
292- display : flex;
293- align-items : center;
294- justify-content : space-between;
295- gap : 12px ;
296- padding : 7px 9px ;
297- border : 0 ;
298- border-radius : 6px ;
299- background : transparent;
300- color : # d6d6d6 ;
301- text-align : left;
302- cursor : pointer;
303- }
304-
305- .pane-context-menu-item : hover {
306- background : # 252525 ;
307- }
308-
309- .pane-context-menu-item : disabled {
310- opacity : 0.4 ;
311- cursor : default;
312- }
313-
314- .pane-context-menu-item .is-danger {
315- color : # f1a1a1 ;
316- }
317-
318- .pane-context-menu-label {
319- font-size : 12px ;
320- }
321-
322- .pane-context-menu-shortcut {
323- font-size : 10px ;
324- color : # 868686 ;
325- }
326-
327- .pane-context-menu-separator {
328- height : 1px ;
329- margin : 6px 4px ;
330- background : # 2a2a2a ;
331- }
332-
333169/* Panel */
334170.panel {
335171 display : flex;
0 commit comments