make text in settings less small

remotes/1693045480750635534/spooky-22
Aevann1 2022-06-27 04:35:40 +02:00
parent 38358cafe4
commit 44c588fce3
4 changed files with 26 additions and 26 deletions

View File

@ -26,7 +26,7 @@
<label class="custom-control-label" for="poorcel"></label>
</div>
<span class="text-small-extra text-muted">Makes the site much faster for low-end devices.</span>
<span class="text-small text-muted">Makes the site much faster for low-end devices.</span>
</div>
@ -138,7 +138,7 @@
<label class="custom-control-label" for="newtab"></label>
</div>
<span class="text-small-extra text-muted">Enable if you would like to automatically open links to other pages in the site in new tabs.</span>
<span class="text-small text-muted">Enable if you would like to automatically open links to other pages in the site in new tabs.</span>
</div>
@ -158,7 +158,7 @@
<label class="custom-control-label" for="newtabexternal"></label>
</div>
<span class="text-small-extra text-muted">Enable if you would like to automatically open links to other sites in new tabs.</span>
<span class="text-small text-muted">Enable if you would like to automatically open links to other sites in new tabs.</span>
</div>
@ -179,7 +179,7 @@
<input autocomplete="off" type="checkbox" class="custom-control-input" id="can_gamble" name="can_gamble"{% if v.can_gamble %} checked{% endif %} onchange="post_toast(this,'/settings/profile?can_gamble='+document.getElementById('can_gamble').checked);">
<label class="custom-control-label" for="can_gamble"></label>
</div>
<span class="text-small-extra text-muted">Disable to prevent use of blackjack, slots, treasure chests, the lottery, and betting polls.</span>
<span class="text-small text-muted">Disable to prevent use of blackjack, slots, treasure chests, the lottery, and betting polls.</span>
</div>
</div>
</div>
@ -202,7 +202,7 @@
<label class="custom-control-label" for="nitter"></label>
</div>
<span class="text-small-extra text-muted">Enable if you would like to automatically convert twitter.com links to nitter.net links.</span>
<span class="text-small text-muted">Enable if you would like to automatically convert twitter.com links to nitter.net links.</span>
</div>
@ -247,7 +247,7 @@
<label class="custom-control-label" for="controversial"></label>
</div>
<span class="text-small-extra text-muted">Enable if you would like to automatically sort reddit.com links by controversial.</span>
<span class="text-small text-muted">Enable if you would like to automatically sort reddit.com links by controversial.</span>
</div>
@ -272,7 +272,7 @@
<label class="custom-control-label" for="sigs_disabled"></label>
</div>
<span class="text-small-extra text-muted">Hide user signatures.</span>
<span class="text-small text-muted">Hide user signatures.</span>
</div>
@ -293,7 +293,7 @@
<label class="custom-control-label" for="over18"></label>
</div>
<span class="text-small-extra text-muted">Enable if you would like to not get a warning before viewing +18 content.</span>
<span class="text-small text-muted">Enable if you would like to not get a warning before viewing +18 content.</span>
</div>
@ -314,7 +314,7 @@
<label class="custom-control-label" for="slurreplacer"></label>
</div>
<span class="text-small-extra text-muted">Enable if you would like to automatically replace slurs.</span>
<span class="text-small text-muted">Enable if you would like to automatically replace slurs.</span>
</div>
@ -334,7 +334,7 @@
<label class="custom-control-label" for="hidevotedon"></label>
</div>
<span class="text-small-extra text-muted">Enable if you would like to automatically hide posts you have voted on from your frontpage.</span>
<span class="text-small text-muted">Enable if you would like to automatically hide posts you have voted on from your frontpage.</span>
</div>

View File

@ -92,7 +92,7 @@
<label class="custom-control-label" for="cardview"></label>
</div>
<span class="text-small-extra text-muted">Enable if you would like to display images and videos in full size on the frontpage.</span>
<span class="text-small text-muted">Enable if you would like to display images and videos in full size on the frontpage.</span>
</div>
@ -112,7 +112,7 @@
<label class="custom-control-label" for="highlightcomments"></label>
</div>
<span class="text-small-extra text-muted">Enable if you would like to highlight comments made after the last time you visited a thread.</span>
<span class="text-small text-muted">Enable if you would like to highlight comments made after the last time you visited a thread.</span>
</div>
@ -235,7 +235,7 @@
</div>
<div class="text-small-extra text-muted mt-3">JPG, PNG, GIF files are supported. Max file size is {% if v and v.patron %}8{% else %}4{% endif %} MB.</div>
<div class="text-small text-muted mt-3">JPG, PNG, GIF files are supported. Max file size is {% if v and v.patron %}8{% else %}4{% endif %} MB.</div>
</div>
@ -268,7 +268,7 @@
</div>
<div class="text-small-extra text-muted mt-3">JPG, PNG, GIF files are supported. Max file size is {% if v and v.patron %}8{% else %}4{% endif %} MB.</div>
<div class="text-small text-muted mt-3">JPG, PNG, GIF files are supported. Max file size is {% if v and v.patron %}8{% else %}4{% endif %} MB.</div>
</div>
@ -301,7 +301,7 @@
</div>
<div class="text-small-extra text-muted mt-3">Share this link with a friend. {% if v.referral_count==0 %} When they sign up, you'll get the bronze recruitment badge. <a href="/badges">Learn more.</a>{% elif v.referral_count<10 %} When you refer 10 friends, you'll receive the silver recruitment badge. <a href="/badges">Learn more.</a>{% elif v.referral_count<100 %} When you refer 100 friends, you'll receive the gold recruitment badge. <a href="/badges">Learn more</a>.{% endif %}</div>
<div class="text-small text-muted mt-3">Share this link with a friend. {% if v.referral_count==0 %} When they sign up, you'll get the bronze recruitment badge. <a href="/badges">Learn more.</a>{% elif v.referral_count<10 %} When you refer 10 friends, you'll receive the silver recruitment badge. <a href="/badges">Learn more.</a>{% elif v.referral_count<100 %} When you refer 100 friends, you'll receive the gold recruitment badge. <a href="/badges">Learn more</a>.{% endif %}</div>
</div>
@ -331,10 +331,10 @@
<input type="submit" onclick="disable(this)" class="btn btn-secondary text-capitalize mr-2 mb-0 mt-2" value="Disconnect Discord">
</form>
<div class="text-small-extra text-muted mt-3">Disconnecting your Discord account will remove you from the {{SITE_NAME}} Discord server.</div>
<div class="text-small text-muted mt-3">Disconnecting your Discord account will remove you from the {{SITE_NAME}} Discord server.</div>
{% else %}
<a href="/discord" class="btn btn-primary">Link Discord</a>
<div class="text-small-extra text-muted mt-3">Link your Discord account to join the {{SITE_NAME}} Discord server.</div>
<div class="text-small text-muted mt-3">Link your Discord account to join the {{SITE_NAME}} Discord server.</div>
{% endif %}
</div>
@ -357,7 +357,7 @@
<input autocomplete="off" type="text" readonly="" class="form-control copy-link" id="rss_feed" value="{{SITE_FULL}}/rss/hot/all" data-clipboard-text="{{SITE_FULL}}/rss/hot/all">
<div class="text-small-extra text-muted mt-3">You can change the feed by replacing "hot" with whatever sorting you want and "all" with whatever time filter you want.</div>
<div class="text-small text-muted mt-3">You can change the feed by replacing "hot" with whatever sorting you want and "all" with whatever time filter you want.</div>
</div>
@ -701,7 +701,7 @@
<label class="custom-control-label" for="privateswitch"></label>
</div>
<span class="text-small-extra text-muted">This will hide your post and comment history from others. We will also ask search engines to not index your profile page. (Your content will still be accessible via direct link.)</span>
<span class="text-small text-muted">This will hide your post and comment history from others. We will also ask search engines to not index your profile page. (Your content will still be accessible via direct link.)</span>
</div>
@ -719,7 +719,7 @@
<label class="custom-control-label" for="nofollowswitch"></label>
</div>
<span class="text-small-extra text-muted">Prevent other users from following you.</span>
<span class="text-small text-muted">Prevent other users from following you.</span>
</div>

View File

@ -27,9 +27,9 @@
<input autocomplete="off" class="form-control" id="new_email" {% if v.email %}placeholder="{{v.email}}"{% else %}placeholder="Your email"{% endif %}
aria-describedby="new_email" type="email" pattern='([A-Za-z0-9]+[.-_])*[A-Za-z0-9]+@[A-Za-z0-9-]+(\.[A-Z|a-z]{2,})+' name="new_email" required>
{% if v.email and not v.is_activated %}
<div class="text-danger text-small-extra mt-1" id="email-verify-text">Email not verified. You will not be able to recover your account with this email until you verify it. <u><a role="button" onclick="post_toast(this,'/verify_email');emailVerifyText()"class="text-danger">Verify now.</a></u></div>
<div class="text-danger text-small mt-1" id="email-verify-text">Email not verified. You will not be able to recover your account with this email until you verify it. <u><a role="button" onclick="post_toast(this,'/verify_email');emailVerifyText()"class="text-danger">Verify now.</a></u></div>
{% elif not v.email %}
<div class="text-danger text-small-extra mt-1" id="email-verify-text">Add an email to secure your account in case you forget your password.</div>
<div class="text-danger text-small mt-1" id="email-verify-text">Add an email to secure your account in case you forget your password.</div>
{% endif %}
</div>
</div>
@ -54,7 +54,7 @@
{% endif %}
</div>
{% if SITE_NAME not in ('Cringetopia', 'WPD') %}
<span class="text-small-extra text-muted pl-1">Must be same email as gumroad</span>
<span class="text-small text-muted pl-1">Must be same email as gumroad</span>
{% endif %}
</div>
</form>
@ -159,7 +159,7 @@
<label class="custom-control-label" for="2faToggle"></label>
</div>
<span class="text-small-extra text-muted">This requires entering a randomly-generated, 6-digit code and your password to login. See <a role="button">Google Authenticator</a> or <a role="button">Authy</a> for more details.</span>
<span class="text-small text-muted">This requires entering a randomly-generated, 6-digit code and your password to login. See <a role="button">Google Authenticator</a> or <a role="button">Authy</a> for more details.</span>
</div>

View File

@ -54,7 +54,7 @@
</div>
<div class="text-small-extra text-muted mt-3">JPG, PNG, GIF files are supported. Max file size is {% if v and v.patron %}8{% else %}4{% endif %} MB.</div>
<div class="text-small text-muted mt-3">JPG, PNG, GIF files are supported. Max file size is {% if v and v.patron %}8{% else %}4{% endif %} MB.</div>
</div>
@ -90,7 +90,7 @@
</div>
<div class="text-small-extra text-muted mt-3">JPG, PNG, GIF files are supported. Max file size is {% if v and v.patron %}8{% else %}4{% endif %} MB.</div>
<div class="text-small text-muted mt-3">JPG, PNG, GIF files are supported. Max file size is {% if v and v.patron %}8{% else %}4{% endif %} MB.</div>
</div>