mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
fix play button on embed end
This commit is contained in:
parent
c56f135dce
commit
6b02805645
1 changed files with 4 additions and 4 deletions
|
@ -324,10 +324,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-viewer--ended-embed .vjs-big-play-button {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.video-js:hover {
|
.video-js:hover {
|
||||||
.vjs-big-play-button {
|
.vjs-big-play-button {
|
||||||
background-color: var(--color-primary);
|
background-color: var(--color-primary);
|
||||||
|
@ -370,6 +366,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.file-viewer--ended-embed .vjs-big-play-button {
|
||||||
|
display: none !important; // yes this is dumb, but this was broken and the above CSS was overriding
|
||||||
|
}
|
||||||
|
|
||||||
.autoplay-countdown {
|
.autoplay-countdown {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Add table
Reference in a new issue