big restructure

This commit is contained in:
2026-02-11 19:28:12 +01:00
parent cd59ccd99b
commit 3eb9cc0ac4
209 changed files with 5101 additions and 2459 deletions

View File

@@ -37,15 +37,17 @@ ul.app-search-preview {
.search-details-hidden ul.app-search-preview {
display: none;
}
ul.app-search-preview::before {
ul.app-search-preview li::before {
content: "";
position: absolute;
left: 9px;
top: 2px;
bottom: 20px;
width: 1px;
background: var(--app-border);
border-radius: 999px;
left: 17px;
bottom: 11px;
width: 8px;
height: 10px;
background: transparent;
border-left: 1px solid var(--app-border);
border-bottom: 1px solid var(--app-border);
border-bottom-left-radius: 6px;
}
ul.app-search-preview li {
@@ -56,7 +58,7 @@ ul.app-search-preview li {
ul.app-search-preview li::before {
content: "";
position: absolute;
left: -11px;
left: 17px;
bottom: 11px;
width: 8px;
height: 10px;
@@ -67,7 +69,7 @@ ul.app-search-preview li::before {
}
ul.app-search-preview a {
padding-inline: 0;
padding-inline: 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;