feat: add themed sidebar logo

This commit is contained in:
2026-06-13 08:49:33 +02:00
parent 4dd9e5e487
commit ffd094d631
3 changed files with 27 additions and 1 deletions

View File

@@ -215,6 +215,10 @@ export const APP_STYLES = ` :root {
display: none;
}
aside.sidebar-collapsed .panel-logo {
display: none;
}
.card {
min-width: 0;
padding: 10px;
@@ -274,10 +278,18 @@ export const APP_STYLES = ` :root {
.panel-toolbar {
display: flex;
justify-content: space-between;
align-items: center;
align-items: flex-start;
gap: 8px;
}
.panel-logo {
display: block;
width: min(150px, calc(100% - 40px));
height: auto;
object-fit: contain;
flex: 0 1 auto;
}
.theme-toggle {
width: 40px;
height: 40px;