Sengi-Windows-MacOS-Linux/src/app/components/stream/stream.component.css

32 lines
435 B
CSS
Raw Normal View History

2018-03-16 02:03:23 +01:00
#mam-stream-column {
width: 300px;
2018-03-17 00:57:14 +01:00
height: calc(100%);
2018-03-16 02:03:23 +01:00
background-color: aqua;
}
2018-03-16 04:48:30 +01:00
#mam-stream-header {
width: calc(100%);
height: 30px;
background-color: black;
border-bottom: 1px solid whitesmoke;
}
#mam-stream-header h1 {
color: whitesmoke;
font-size: 0.8em;
font-weight: normal;
margin: 0;
padding: 8px 0 0 10px;
}
#mam-stream-toots {
height: calc(100% - 30px);
overflow: auto;
}