smpl
1808843e9e
By using a lot of CSS ninja, the script has been cut from 292 to 52 lines. The generator script has been updated to use ES6 backtick template strings.
18 lines
668 B
HTML
18 lines
668 B
HTML
<div class="ma-box">
|
|
<label for="ma-sha-toggle">
|
|
<img height="32px" src="mastodon-share-light.svg" />
|
|
</label>
|
|
<input type="radio" name="ma-sha-control" id="ma-sha-toggle" class="ma-toggle" />
|
|
<input type="radio" name="ma-sha-control" class="ma-underlay" checked />
|
|
<div class="ma-sha ma-dialog ma-theme-light">
|
|
<form id="ma-sha-form">
|
|
<p class="ma-title ma-theme-light">Enter your Mastodon handle</p>
|
|
<input type="text" class="ma-input ma-theme-light">
|
|
<button class="ma-button" type="submit">Share</button>
|
|
<div class="ma-create ma-theme-light">
|
|
<a href="https://joinmastodon.org/communities">Create account</a>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|