37 lines
No EOL
462 B
CSS
Executable file
37 lines
No EOL
462 B
CSS
Executable file
.stream-canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.debug-img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.flex-column {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.flex-row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.menu {
|
|
flex-basis: 10%;
|
|
align-items: center;
|
|
}
|
|
|
|
.menu-header {
|
|
font-size: 30px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.menu-item {
|
|
font-size: 20px;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.content {
|
|
flex-basis: 90%;
|
|
} |