Skip to content

Commit

Permalink
Fix search not found position
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed May 25, 2024
1 parent e6e6ade commit f978338
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
</f7-searchbar>
</f7-subnavbar>
</f7-navbar>
<f7-list strong inset class="searchbar-not-found">
<f7-list-item title="No glyphs found!"/>
</f7-list>

<f7-list strong inset accordion-list>
<f7-list-item title="How to Use" media-item accordion-item>
Expand Down Expand Up @@ -71,6 +68,10 @@
</f7-list-item>
</f7-list>

<f7-list strong inset class="searchbar-not-found">
<f7-list-item title="No glyphs found!"/>
</f7-list>

<f7-list strong dividers inset media-list class="search-list searchbar-found">
<template v-for="(n,g) in glyphs">
<template v-if="typeof n !== 'object'">
Expand Down

0 comments on commit f978338

Please sign in to comment.