mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-28 07:28:31 +00: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 {
|
#player-container {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
padding-bottom: 46.86% !important;
|
padding-bottom: 46.86% !important;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user