Skip to content

Commit 7303887

Browse files
side menu margin bottom
1 parent ee8f1a3 commit 7303887

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

nixos/admin-app/templates/admin_page.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,19 @@
7272
</button>
7373
</div>
7474

75-
<a href="{{ url_for('dashboard') }}" class="admin-sidebar-link {% if active_page == 'overview' %}active{% endif %}">
75+
<a href="{{ url_for('dashboard') }}" class="admin-sidebar-link mb-1 {% if active_page == 'overview' %}active{% endif %}">
7676
<span class="admin-sidebar-link-label">Overview</span>
7777
</a>
78-
<a href="{{ url_for('remote_access') }}" class="admin-sidebar-link {% if active_page == 'remote_access' %}active{% endif %}">
78+
<a href="{{ url_for('remote_access') }}" class="admin-sidebar-link mb-1 {% if active_page == 'remote_access' %}active{% endif %}">
7979
<span class="admin-sidebar-link-label">Remote Access</span>
8080
</a>
81-
<a href="{{ url_for('system_page') }}" class="admin-sidebar-link {% if active_page == 'system' %}active{% endif %}">
81+
<a href="{{ url_for('system_page') }}" class="admin-sidebar-link mb-1 {% if active_page == 'system' %}active{% endif %}">
8282
<span class="admin-sidebar-link-label">System</span>
8383
</a>
84-
<a href="{{ url_for('maintenance_page') }}" class="admin-sidebar-link {% if active_page == 'maintenance' %}active{% endif %}">
84+
<a href="{{ url_for('maintenance_page') }}" class="admin-sidebar-link mb-1 {% if active_page == 'maintenance' %}active{% endif %}">
8585
<span class="admin-sidebar-link-label">Maintenance</span>
8686
</a>
87-
<a href="{{ url_for('advanced_page') }}" class="admin-sidebar-link {% if active_page == 'advanced' %}active{% endif %}">
87+
<a href="{{ url_for('advanced_page') }}" class="admin-sidebar-link mb-1 {% if active_page == 'advanced' %}active{% endif %}">
8888
<span class="admin-sidebar-link-label">Advanced</span>
8989
</a>
9090
</div>

0 commit comments

Comments
 (0)