Fixed compatibility with Bootstrap.
This commit is contained in:
parent
1053aa68db
commit
6f83ba09a0
3 changed files with 5 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue