styling fix updates

This commit is contained in:
Jonas Heinrich 2025-05-11 11:39:17 +02:00
parent a7ef35cb0f
commit c02ada5cbf
6 changed files with 15 additions and 90 deletions

View file

@ -139,6 +139,17 @@
.mx-auto {
max-width: 1320px;
}
.bg-gray-700 {
background-color: rgba(55,65,81,1);
border-color: transparent;
border-radius: .375rem;
color: rgba(249,250,251,1);
font-size: .875rem;
line-height: 1.25rem;
text-decoration: none;
display: inline-flex;
}
</style>
{% block extra_css %}
{% endblock %}

View file

@ -106,8 +106,8 @@
<br>
<div class="mt-4">
<a href="https://social.project-insanity.org/@verwaltungstracker" target="_blank" class="inline-flex items-center px-4 py-2 text-sm font-medium bg-gray-700 border border-transparent shadow-sm rounded-md text-gray-50 hover:bg-gray-600 focus:outline-none focus:ring-2 focus:ring-gray-500">
<svg class="w-5 h-5 mr-2 -ml-1 text-pink-600" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"></path></svg>
@verwaltungstracker on Mastodon
<img src="{% static 'froide_govplan/images/mastodon-footer.svg' %}" widith="24" height="24">
Follow us on Mastodon
</a>
</div>
</div>

View file

@ -156,10 +156,9 @@
</p>
<div class="row align-items-md-stretch">
{% include "froide_govplan/plugins/updates.html" with wrapper_classes="col col-12 col-lg-6 d-flex mb-4" %}
{% if government.active %}
<div class="col-md-6">
<div class="col">
<div class="h-100 p-5 border rounded-3">
<h2>Neue Entwicklung melden</h2>
<p>

View file

@ -244,6 +244,5 @@
</div>
</div>
{% endfor %}
</div>
{% endif %}