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

23 lines
294 B
CSS
Raw Normal View History

2018-03-16 01:43:53 +01:00
app-left-side-bar {
}
#display-zone {
2018-03-16 01:43:53 +01:00
position: absolute;
top: 0;
right: 0;
2018-03-17 00:57:14 +01:00
bottom: 30px;
2018-03-16 01:43:53 +01:00
left: 50px;
2018-03-17 00:57:14 +01:00
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
2018-03-16 01:43:53 +01:00
}
2018-03-16 02:41:25 +01:00
app-streams-selection-footer {
position: absolute;
height: 30px;
right: 0;
bottom: 0;
left: 50px;
}