2019-05-09 17:55:00 -07:00
|
|
|
.emby-scroller-container {
|
2019-01-10 15:39:37 +03:00
|
|
|
position: relative;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-05-09 17:55:00 -07:00
|
|
|
.emby-scroller {
|
2019-05-23 03:02:18 -07:00
|
|
|
margin-left: 4em;
|
|
|
|
margin-right: 4em;
|
2019-05-09 17:55:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.emby-scrollbuttons {
|
2018-10-23 01:13:23 +03:00
|
|
|
position: absolute;
|
2019-05-09 17:55:00 -07:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
z-index: 1;
|
2019-05-09 17:55:00 -07:00
|
|
|
color: #ffffff;
|
2019-01-10 15:39:37 +03:00
|
|
|
display: flex;
|
2019-05-09 17:55:00 -07:00
|
|
|
overflow: hidden;
|
|
|
|
}
|