mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
disable click events on video container when offilne
This commit is contained in:
parent
e12de3215f
commit
38a279485b
@ -323,9 +323,11 @@ h2 {
|
||||
#video {
|
||||
transition: opacity .5s;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
.online #video {
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user