mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Merge pull request #1094 from Stremio/fix/selected-video-styles
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
SideDrawer: Always show selected video border
This commit is contained in:
commit
5dc088b798
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
padding: 0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
border-radius: var(--border-radius);
|
||||
border: 0.15rem solid transparent;
|
||||
|
||||
@supports (scroll-margin: 1.25rem) {
|
||||
scroll-margin: 1.25rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue