mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 17:37:30 +01:00
show native video controls when playing
This commit is contained in:
@@ -323,6 +323,12 @@
|
||||
height: 100%;
|
||||
background-size: cover;
|
||||
|
||||
&.playing {
|
||||
video {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
@@ -339,14 +345,16 @@
|
||||
video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.tl-controls {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
right: 10px;
|
||||
text-align: center;
|
||||
z-index: 2;
|
||||
|
||||
.btn {
|
||||
margin-top: 20px;
|
||||
|
||||
Reference in New Issue
Block a user