mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 23:46:26 -04:00
Implement sticky player box on mobile devices
This commit is contained in:
parent
6837e42928
commit
18ee353b21
@ -267,7 +267,12 @@ input[type="search"]::-webkit-search-cancel-button {
|
||||
}
|
||||
|
||||
#player-container {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
padding-bottom: 46.86% !important;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user