feat: add themed sidebar logo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user