1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/elements/emby-scrollbuttons/emby-scrollbuttons.scss

20 lines
362 B
SCSS
Raw Normal View History

.emby-scrollbuttons {
2018-10-23 01:13:23 +03:00
position: absolute;
top: 0;
right: 0;
2018-10-23 01:13:23 +03:00
align-items: center;
justify-content: center;
min-width: 104px;
min-height: 24px;
2020-06-21 13:21:31 +02:00
padding-top: 0.85em;
2018-10-23 01:13:23 +03:00
z-index: 1;
2020-01-19 14:40:47 +01:00
color: #fff;
display: flex;
}
2020-04-26 02:37:28 +03:00
.emby-scrollbuttons-button > .material-icons {
min-width: 24px;
min-height: 24px;
display: block;
}