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;
|
2019-10-03 01:34:20 +09:00
|
|
|
min-width:104px;
|
|
|
|
min-height:24px;
|
2019-12-12 00:32:33 +09:00
|
|
|
padding-top: 1.25em;
|
2018-10-23 01:13:23 +03:00
|
|
|
z-index: 1;
|
2020-01-19 14:40:47 +01:00
|
|
|
color: #fff;
|
2019-01-10 15:39:37 +03:00
|
|
|
display: flex;
|
2019-10-03 01:34:20 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.emby-scrollbuttons-button > i {
|
|
|
|
min-width: 24px;
|
|
|
|
min-height: 24px;
|
|
|
|
display: block;
|
2019-12-12 00:32:33 +09:00
|
|
|
}
|