This commit is contained in:
kaipher7
2026-04-23 17:28:25 -06:00
parent 311d736805
commit 3ddbf1a7ca
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -106,7 +106,7 @@ body, html {
.sidebar-left ul {
list-style: none;
padding: 0;
padding: 0 25px;
}
.sidebar-left li {
@@ -142,7 +142,6 @@ body, html {
margin-top: 16px;
font-size: 0.8em;
text-align: center;
padding: 0 15px;
list-style: none;
}
@@ -31,7 +31,7 @@
<li th:unless="${guest}">
<form th:action="@{/logout}" method="post">
<input type="image" th:src="@{images/logout_icon.png}" alt="Logout button" class="nav_icon"/>
<input type="image" th:src="@{/images/logout_icon.png}" alt="Logout button" class="nav_icon"/>
</form>
</li>
</ul>