streamwatcher/static/css/style.css
2020-07-28 19:56:58 +00:00

42 lines
No EOL
596 B
CSS
Executable file

.flex-column {
display: flex;
flex-direction: column;
}
.flex-row {
display: flex;
flex-direction: row;
}
.menu {
flex-basis: 15%;
align-items: center;
}
.menu-header {
font-size: 30px;
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
}
.menu-item {
font-size: 20px;
margin-top: 15px;
margin-left: 10px;
margin-right: 10px;
}
.content {
flex-basis: 85%;
}
.stream-canvas {
flex-basis: 90%;
align-self: center;
}
.debug-img {
flex-basis: 30%;
align-self: stretch;
}