commit
30eae07bb9
@ -0,0 +1,3 @@ |
||||
.xtermButton { |
||||
width: 4rem;; |
||||
} |
@ -1,70 +1,4 @@ |
||||
.remix-ui-xterminals-container { |
||||
display: flex; |
||||
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%; |
||||
.xterm-panel-left { |
||||
overflow-y: scroll; |
||||
margin-bottom: 2.1rem; |
||||
} |
||||
|
Loading…
Reference in new issue