feat: 3d click in layout

feat: action autocomplete

[deploy]
This commit is contained in:
2023-07-29 17:31:14 +02:00
parent 73c71836dc
commit 7d148d0c2c
13 changed files with 254 additions and 153 deletions

View File

@@ -1,10 +1,7 @@
$padding: 16px;
.tippy-box[data-theme~="surface-variant"] {
// overflow: hidden;
color: var(--md-sys-color-on-surface-variant);
background-color: var(--md-sys-color-surface-variant);
filter: drop-shadow(0 0 12px #000a);
border-radius: calc(24px + $padding);
@@ -26,3 +23,13 @@ $padding: 16px;
}
}
}
.tippy-box[data-theme~="search-completion"] {
filter: none;
border-radius: 0 0 16px 16px;
overflow: hidden;
.tippy-content {
padding: 0;
}
}