aside anapssungen

This commit is contained in:
2026-03-05 13:07:43 +01:00
parent b2dab5bd6c
commit 9819cba733
4 changed files with 24 additions and 6 deletions

View File

@@ -66,6 +66,15 @@
border: 0;
}
.app-sidebar .app-sidebar-tenant-logo img {
display: block;
max-width: 100%;
max-height: 48px;
width: auto;
height: auto;
object-fit: contain;
}
.app-sidebar-tenant-toggle {
display: none;
border: 1px solid var(--app-border);
@@ -145,6 +154,7 @@
}
.app-sidebar-tenant-logo img {
max-width: 120px;
max-height: 40px;
flex-shrink: 0;
}
.app-sidebar {