jellyfish-web/src/components/emby-scrollbuttons/emby-scrollbuttons.css

20 lines
323 B
CSS
Raw Normal View History

.emby-scroller-container {
position: relative;
2018-10-23 01:13:23 +03:00
}
.emby-scroller {
2019-05-23 03:02:18 -07:00
margin-left: 4em;
margin-right: 4em;
}
.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;
z-index: 1;
color: #ffffff;
display: flex;
overflow: hidden;
}