community header alignment

This commit is contained in:
rimu 2024-12-24 12:11:45 +13:00
parent 2e32deacd0
commit c14c928efa
2 changed files with 3 additions and 3 deletions

View file

@ -98,7 +98,7 @@ def register(app):
'threads.net', 'noauthority.social', 'pieville.net', 'links.hackliberty.org', 'threads.net', 'noauthority.social', 'pieville.net', 'links.hackliberty.org',
'poa.st', 'freespeechextremist.com', 'bae.st', 'nicecrew.digital', 'detroitriotcity.com', 'poa.st', 'freespeechextremist.com', 'bae.st', 'nicecrew.digital', 'detroitriotcity.com',
'pawoo.net', 'shitposter.club', 'spinster.xyz', 'catgirl.life', 'gameliberty.club', 'pawoo.net', 'shitposter.club', 'spinster.xyz', 'catgirl.life', 'gameliberty.club',
'yggdrasil.social', 'beefyboys.win', 'brighteon.social', 'cum.salon'] 'yggdrasil.social', 'beefyboys.win', 'brighteon.social', 'cum.salon', 'wizard.casa']
for bi in banned_instances: for bi in banned_instances:
db.session.add(BannedInstances(domain=bi)) db.session.add(BannedInstances(domain=bi))
print("Added banned instance", bi) print("Added banned instance", bi)

View file

@ -37,10 +37,10 @@
<li class="breadcrumb-item active">{{ (community.title + '@' + community.ap_domain)|shorten }}</li> <li class="breadcrumb-item active">{{ (community.title + '@' + community.ap_domain)|shorten }}</li>
</ol> </ol>
</nav> </nav>
<div class="col-2"> <div class="col-3 col-md-2">
<img class="community_icon_big rounded-circle" src="{{ community.icon_image() }}" alt="Community icon" /> <img class="community_icon_big rounded-circle" src="{{ community.icon_image() }}" alt="Community icon" />
</div> </div>
<div class="col-10"> <div class="col-9 col-md-10">
<h1 class="mt-3">{{ community.title }} <h1 class="mt-3">{{ community.title }}
{% if current_user.is_authenticated -%} {% if current_user.is_authenticated -%}
{% include 'community/_notification_toggle.html' -%} {% include 'community/_notification_toggle.html' -%}