mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
19 lines
346 B
CSS
19 lines
346 B
CSS
.emby-scrollbuttons {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-width:104px;
|
|
min-height:24px;
|
|
padding-top: 1.25em;
|
|
z-index: 1;
|
|
color: #fff;
|
|
display: flex;
|
|
}
|
|
|
|
.emby-scrollbuttons-button > i {
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
display: block;
|
|
}
|