mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 09:45:10 +00:00
hide big play button when paused on desktop
This commit is contained in:
parent
ef4d8f5988
commit
2d56518ffe
1 changed files with 5 additions and 4 deletions
|
@ -132,8 +132,10 @@
|
||||||
|
|
||||||
.vjs-paused .vjs-big-play-button,
|
.vjs-paused .vjs-big-play-button,
|
||||||
.vjs-paused.vjs-has-started .vjs-big-play-button {
|
.vjs-paused.vjs-has-started .vjs-big-play-button {
|
||||||
|
@media (max-width: $breakpoint-small) {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.file-render {
|
.file-render {
|
||||||
.video-js {
|
.video-js {
|
||||||
|
@ -180,7 +182,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-js:hover {
|
.video-js:hover {
|
||||||
|
|
||||||
.vjs-big-play-button {
|
.vjs-big-play-button {
|
||||||
background-color: var(--color-primary);
|
background-color: var(--color-primary);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue