float end na przyciskach

This commit is contained in:
Mateusz Gruszczyński
2025-08-19 23:21:54 +02:00
parent 14017f7b49
commit 5de35babf6
2 changed files with 4 additions and 1 deletions

View File

@@ -220,6 +220,9 @@ input.form-control {
padding: 8px 4px;
border-radius: 0;
}
.function-button-right {
justify-content: flex-end !important;
}
}
.table-responsive {

View File

@@ -85,7 +85,7 @@
{% endfor %}
</span>
<div class="btn-group d-flex justify-content-end mt-2 mt-md-0" role="group">
<div class="btn-group d-flex function-button-right mt-2 mt-md-0" role="group">
<a href="{{ url_for('view_list', list_id=l.id) }}" class="btn btn-sm btn-outline-light">📄 Otwórz</a>
<a href="{{ url_for('copy_list', list_id=l.id) }}" class="btn btn-sm btn-outline-light">📋 Kopiuj</a>
<a href="{{ url_for('edit_my_list', list_id=l.id) }}" class="btn btn-sm btn-outline-light">✏️ Edytuj</a>