feat: search bar clear button

This commit is contained in:
afn
2022-11-26 21:11:35 -05:00
parent 94bfe7ec77
commit 7509a724b3
4 changed files with 31 additions and 12 deletions

View File

@@ -1,7 +1,3 @@
<script lang="ts">
export let title: string;
</script>
<div class="menu">
<div class="package-list">
<slot />
@@ -19,7 +15,6 @@
top: 70px;
padding-top: calc(6rem - 70px);
overflow-y: scroll;
}
.package-list {
@@ -30,5 +25,4 @@
white-space: normal;
word-break: break-all;
}
</style>