Add jump-to-currently-playing-btn class

This commit is contained in:
Abdalrzag Eisa 2025-06-13 22:00:17 +03:00
parent 40871dc8f2
commit 7dc0958e39
No known key found for this signature in database
GPG key ID: 4CD5A78B36195BC8

View file

@ -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;
}
}
}