forked from rDrama/rDrama
1
0
Fork 0

make Donate button much less ugly and annoying

master
Aevann 2023-09-26 23:14:36 +03:00
parent 29c54b2284
commit f64a875797
1 changed files with 3 additions and 1 deletions

View File

@ -200,7 +200,9 @@
<ul class="navbar-nav ml-auto d-none d-md-flex mr-3">
{% if not (v and v.patron) %}
<a class="btn btn-primary mr-3 pb-0 pt-2 donate-link" id="header--donate--item" href="/donate">Donate</a>
<li id="header--donate--item" class="nav-item d-flex align-items-center justify-content-center mx-1 mr-2">
<a class="btn btn-primary" href="/donate">Donate</a>
</li>
{% endif %}
{% if v %}