Skip to content

Commit

Permalink
chore: adjust view size
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 23, 2024
1 parent baf7e43 commit e6ca74b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/InstallIconSet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function copyText() {
>
Install Iconify Iconset
</a>
<div class="border-1 border-base rounded w-100 mt1">
<div class="border-1 border-base rounded w-140 mt1">
<div flex="~ gap-4 items-center" p3 border="b base">
<label
v-for="manager in managers" :key="manager"
Expand Down
9 changes: 8 additions & 1 deletion src/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ import { notNullish } from '@antfu/utils'
import { AsyncFzf } from 'fzf'
import { addCollection } from 'iconify-icon'
import { isLocalMode, staticPath } from '../env'
import { favoritedCollectionIds, inProgress, isExcludedCollection, isFavoritedCollection, isRecentCollection, progressMessage, recentCollectionIds } from '../store'
import { loadCollection, saveCollection } from '../store/indexedDB'
import {
favoritedCollectionIds,
isExcludedCollection,
isFavoritedCollection,
isRecentCollection,
recentCollectionIds,
} from '../store/localstorage'
import { inProgress, progressMessage } from '../store/progress'
import infoJSON from './collections-info.json'
import { variantCategories } from './variant-category'

Expand Down

0 comments on commit e6ca74b

Please sign in to comment.