diff --git a/src/routes/Player/SideDrawer/SideDrawer.less b/src/routes/Player/SideDrawer/SideDrawer.less index 2d2178c3e..e970a8ca7 100644 --- a/src/routes/Player/SideDrawer/SideDrawer.less +++ b/src/routes/Player/SideDrawer/SideDrawer.less @@ -1,5 +1,6 @@ // Copyright (C) 2017-2024 Smart code 203358507 +@import (reference) '~@stremio/stremio-colors/less/stremio-colors.less'; @import (reference) '~stremio/common/screen-sizes.less'; :import('~stremio/components/MetaPreview/styles.less') { @@ -71,10 +72,22 @@ flex: 2; display: flex; flex-direction: column; + position: relative; .videos { overflow-y: auto; } + + .jump-to-currently-playing-btn { + position: absolute; + bottom: 1rem; + right: 1rem; + z-index: 1; + width: 2.5rem; + height: 2.5rem; + border-radius: 50%; + background-color: @color-primaryvariant1-light1-90; + } } }