make button chromium only
This commit is contained in:
parent
974aca7eeb
commit
c1d2141e56
2 changed files with 4 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ import "../styles/index.css"
|
|||
</button>
|
||||
<div class="fake-button-container frame-container"
|
||||
><div class="fake-button">
|
||||
<span>Click here if audio won't play, then try playing again.</span>
|
||||
<span>If audio won't play, click here then try again.</span>
|
||||
<iframe
|
||||
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/soundcloud%253Atracks%253A2196321083"
|
||||
></iframe>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@
|
|||
}
|
||||
|
||||
.frame-container {
|
||||
@supports (-moz-appearance: none) {
|
||||
display: none;
|
||||
}
|
||||
& span {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue