Sengi-Windows-MacOS-Linux/src/app/pages/streams-main-display/streams-main-display.compon...

21 lines
342 B
CSS
Raw Normal View History

2018-03-16 01:43:53 +01:00
#mam-main-display {
width: calc(100%);
2018-03-17 00:57:14 +01:00
height: calc(100%);
2018-03-16 02:41:25 +01:00
overflow-x: auto;
2018-03-17 00:57:14 +01:00
overflow-y: hidden;
2018-03-16 02:41:25 +01:00
2018-08-01 05:37:05 +02:00
/* background: black; */
2018-03-16 03:43:41 +01:00
/*outline: 1px dotted red;*/
2018-03-16 01:43:53 +01:00
}
2018-03-17 00:57:14 +01:00
.mam-stream-column {
height: calc(100%);
2018-08-03 03:52:24 +02:00
width: 320px;
2018-03-17 00:57:14 +01:00
display: inline-block;
overflow-x: hidden;
overflow-y: hidden;
white-space: normal;
2018-08-03 03:52:24 +02:00
margin-left: 7px;
2018-03-17 00:57:14 +01:00
}