fix: small aside sidebar and search ui/ux changes
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -619,7 +619,7 @@
|
||||
}
|
||||
|
||||
.login-content-container.container-small {
|
||||
width: min(370px, calc(100vw - 2rem));
|
||||
width: min(300px, calc(100vw - 2rem));
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user