v0.167.1: center the sidebar logo (margin: 0 auto)

.sidebar-logo was left-aligned; add auto side-margins so the 140px logo centers in
the header (desktop sidebar + mobile drawer share the element). Adds TestSidebarLogo_Centered.
This commit is contained in:
2026-07-24 13:57:48 +02:00
parent 59d182a6b9
commit d37bb1eb6a
3 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ body {
width: 140px;
height: auto;
display: block;
margin-bottom: 0.25rem;
margin: 0 auto 0.25rem;
}
.login-logo {
width: 200px;