fix: small aside sidebar and search ui/ux changes

This commit is contained in:
2026-03-24 14:21:32 +01:00
parent 0c334731b2
commit 3c0821fcd7
4 changed files with 9 additions and 3 deletions

View File

@@ -122,7 +122,8 @@ input#side-search {
height: auto;
font-size: var(--text-sm);
padding-right: 3rem;
margin-bottom:0;
margin-bottom: 0;
border-radius: var(--border-radius);
}
ul.app-search-preview:has(li) {

View File

@@ -294,4 +294,9 @@
aside.app-sidebar li.app-sidebar-group {
margin-bottom: var(--app-spacing);
}
nav#aside-panel-bookmarks .app-empty-state {
max-width: 90%;
margin: 0 auto;
}
}

View File

@@ -619,7 +619,7 @@
}
.login-content-container.container-small {
width: min(370px, calc(100vw - 2rem));
width: min(300px, calc(100vw - 2rem));
max-width: none;
}