Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion collectoss/templates/admin-dashboard.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<hr>
<div class="dropdown">
<a href="{{ url_for('root') }}" class="d-flex align-items-center text-white text-decoration-none">
<img src="{{ url_for('logo') }}" alt="CollectOSS logo" height="32" class="rounded-circle me-2">
<img src="{{ url_for('logo') }}" alt="CollectOSS logo" height="32" class="rounded me-2">
</a>
{# Reserved for future use
<ul class="dropdown-menu dropdown-menu-dark text-small shadow" aria-labelledby="dropdownUser1">
Expand Down
2 changes: 1 addition & 1 deletion collectoss/templates/settings.j2
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
class="d-flex flex-md-column text-truncate flex-row flex-grow-1 align-items-center align-items-md-start px-3 py-2 text-white">
<a href="{{ url_for('root') }}"
class="d-flex align-items-around mw-100 text-white text-decoration-none">
<img src="{{ url_for('logo') }}" alt="CollectOSS logo" height="40" class="rounded-circle me-2">
<img src="{{ url_for('logo') }}" alt="CollectOSS logo" height="40" class="rounded me-2">
</a>
<ul class="nav nav-pills flex-md-column flex-row flex-nowrap flex-shrink-1 flex-md-grow-0 flex-grow-1 mb-md-auto mb-0 justify-content-center align-items-center align-items-md-start"
id="menu">
Expand Down
Loading