Aevann 2023-05-16 03:45:23 +03:00
parent c123654f6d
commit da104a1f21
3 changed files with 3 additions and 2 deletions

View File

@ -5827,7 +5827,7 @@ html {
content: ''; content: '';
display: block; display: block;
} }
.comment-anchor:target, .unread { *:target, .unread {
background: #ffffff22 !important; background: #ffffff22 !important;
padding: 12px; padding: 12px;
padding-bottom: 4px; padding-bottom: 4px;

View File

@ -15,6 +15,7 @@
<input type="submit" class="btn btn-danger mr-2" value="Yes, I am +18"> <input type="submit" class="btn btn-danger mr-2" value="Yes, I am +18">
</form> </form>
<div class="mt-3"><a href="/" class="btn btn-secondary">No</a></div> <div class="mt-3"><a href="/" class="btn btn-secondary">No</a></div>
<div class="mt-5"><a href="/settings/advanced#over_18_toggle" class="btn btn-secondary">Never show me this warning again</a></div>
</div> </div>
</div> </div>

View File

@ -1,7 +1,7 @@
{%- import 'util/macros.html' as macros with context -%} {%- import 'util/macros.html' as macros with context -%}
{% macro toggle_section(title, id, name, flag, below_text, disabled) %} {% macro toggle_section(title, id, name, flag, below_text, disabled) %}
<div class="d-lg-flex border-bottom"> <div id="{{id}}_toggle" class="d-lg-flex border-bottom">
<div class="title w-lg-25"> <div class="title w-lg-25">
<label for="{{id}}">{{title}}</label> <label for="{{id}}">{{title}}</label>
</div> </div>