parent
a2fff3a601
commit
b6203aea86
@ -1,70 +1,3 @@ |
|||||||
.remix-ui-xterminals-container { |
.xterm-panel-left { |
||||||
display: flex; |
overflow: scroll; |
||||||
flex-direction: row; |
|
||||||
flex: 1; |
|
||||||
} |
|
||||||
.xterm-panel { |
|
||||||
display: flex; |
|
||||||
flex-direction: column; |
|
||||||
flex: 1; |
|
||||||
} |
|
||||||
|
|
||||||
.remix-ui-xterminals-buttons { |
|
||||||
display: flex; |
|
||||||
flex-direction: column; |
|
||||||
} |
|
||||||
|
|
||||||
.hide-xterm{ |
|
||||||
display: none; |
|
||||||
} |
|
||||||
|
|
||||||
.show-xterm{ |
|
||||||
display: block; |
|
||||||
} |
|
||||||
|
|
||||||
.xterm-btn-active { |
|
||||||
background-color: var(--primary); |
|
||||||
} |
|
||||||
.xterm-btn-none { |
|
||||||
background-color: var(--secondary); |
|
||||||
} |
|
||||||
|
|
||||||
.xterm-terminal { |
|
||||||
flex-grow: 1; |
|
||||||
height: 100%; |
|
||||||
width: 100%; |
|
||||||
} |
|
||||||
|
|
||||||
.xterm-panel-header-right { |
|
||||||
display: flex; |
|
||||||
flex-direction: row; |
|
||||||
justify-content: flex-end; |
|
||||||
align-self: flex-end; |
|
||||||
} |
|
||||||
|
|
||||||
.xterm-panel-header { |
|
||||||
display: flex; |
|
||||||
flex-direction: row; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.xterm-panel-header-left { |
|
||||||
display: flex; |
|
||||||
flex-direction: row; |
|
||||||
flex-grow: 1; |
|
||||||
} |
|
||||||
|
|
||||||
.remix-ui-xterminals-section { |
|
||||||
display: flex; |
|
||||||
flex-direction: row; |
|
||||||
width: 100%; |
|
||||||
z-index: 3; |
|
||||||
} |
|
||||||
|
|
||||||
.hide-terminals { |
|
||||||
width: 0; |
|
||||||
} |
|
||||||
|
|
||||||
.show-terminals { |
|
||||||
width: 100%; |
|
||||||
} |
} |
||||||
|
Loading…
Reference in new issue