fix padding again

pull/2/head
Aevann1 2022-11-21 02:25:28 +02:00
parent 4bbbf97f07
commit 15e978eecc
1 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@
{% endif %}
{% if FEATURES['USERS_PROFILE_SONG'] and u.song and v and (v.id == u.id or v.mute and not u.unmutable) %}
<button type="button" class="btn btn-secondary" onclick="toggle()" {% if v.id == u.id %}style="margin-bottom:0!important;padding:0.375rem 0.75rem!important"{% endif %}>Toggle anthem</button>
<button type="button" class="btn btn-secondary" onclick="toggle()" {% if v.id == u.id %}style="margin-bottom:0!important;padding:0.3rem 0.75rem!important"{% endif %}>Toggle anthem</button>
{% endif %}
</div>
@ -391,7 +391,7 @@
{% endif %}
{% if FEATURES['USERS_PROFILE_SONG'] and u.song and v and (v.id == u.id or v.mute and not u.unmutable) %}
<button type="button" class="btn btn-secondary" onclick="toggle()" {% if v.id == u.id %}style="margin-bottom:0!important;padding:0.375rem 0.75rem!important"{% endif %}>Toggle anthem</button>
<button type="button" class="btn btn-secondary" onclick="toggle()" {% if v.id == u.id %}style="margin-bottom:0!important;padding:0.3rem 0.75rem!important"{% endif %}>Toggle anthem</button>
{% endif %}
{% if v and v.id != u.id %}