riju/frontend/styles/app.css

17 lines
193 B
CSS

.xterm {
padding: 12px;
}
#header .button {
border-radius: 0;
}
@media (max-width: 767px) {
#editor-wrapper {
max-height: 50vh !important;
}
}
#editor-wrapper {
height: 100%;
}