Fixed compatibility with Bootstrap.

This commit is contained in:
Stefan Bohacek 2024-05-17 09:08:08 -04:00
parent 1053aa68db
commit 6f83ba09a0
No known key found for this signature in database
GPG key ID: FC75CD588A42BC10
3 changed files with 5 additions and 6 deletions

View file

@ -78,11 +78,10 @@
type="text"
name="fediverse-domain"
placeholder="mastodon.social"
class="fsb-input fsb-domain form-control"
class="fsb-input fsb-domain"
aria-label="Amount (to the nearest dollar)">
<button class="fsb-button"
type="submit"
id="button-addon2"><img src="./fediverse-share-button/icons/mastodon.svg"
type="submit"><img src="./fediverse-share-button/icons/mastodon.svg"
class="fsb-icon"></span>Share</button>
</div>
<p class="fsb-support-note fsb-d-none">This server does not support sharing. Please visit <a
@ -90,7 +89,8 @@
target="_blank"
href=""></a>.</p>
</form>
<script class="fsb-script" src="./fediverse-share-button/script.min.js"
<script class="fsb-script"
src="./fediverse-share-button/script.min.js"
defer>
</script>
</body>