make button chromium only

This commit is contained in:
Henry Hiles 2026-01-03 12:48:22 -05:00
commit c1d2141e56
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -29,7 +29,7 @@ import "../styles/index.css"
</button> </button>
<div class="fake-button-container frame-container" <div class="fake-button-container frame-container"
><div class="fake-button"> ><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 <iframe
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/soundcloud%253Atracks%253A2196321083" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/soundcloud%253Atracks%253A2196321083"
></iframe> ></iframe>

View file

@ -24,6 +24,9 @@
} }
.frame-container { .frame-container {
@supports (-moz-appearance: none) {
display: none;
}
& span { & span {
pointer-events: none; pointer-events: none;
} }