mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
frontpage: Fix card sizing
Signed-off-by: Manish Tripathy <manisht@thougtworks.com> Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
5407808e64
commit
a33e295ae2
@ -82,9 +82,9 @@
|
||||
{% if user.is_authenticated or not shortcut.login_required %}
|
||||
<div class="card thumbnail">
|
||||
{% if selected_id == shortcut.id %}
|
||||
<a href="{{ shortcut.url }}" class="active">
|
||||
<a href="{{ shortcut.url }}" class="nav-link active">
|
||||
{% else %}
|
||||
<a href="{{ shortcut.url }}">
|
||||
<a href="{{ shortcut.url }}" class="nav-link">
|
||||
{% endif %}
|
||||
<div class="card-icon">
|
||||
<img src="{% static 'theme/icons/' %}{{ shortcut.icon }}.png"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user