Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
🐛 fix(search): list page styles
Browse files Browse the repository at this point in the history
  • Loading branch information
k99k5 committed Apr 20, 2024
1 parent f65e2bb commit 04238f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ const wrapperClass = computed(() => {
return {
'm-2 flex flex-wrap items-center justify-between gap-3 pl-2': true,
'backdrop-blur-sm': true,
'bg-white/70 dark:bg-surface-700/70': true,
'sticky': isOfficialReader(),
'z-50': isOfficialReader(),
'bg-white/70 dark:bg-surface-600/70': true,
'max-sm:sticky': true,
'max-sm:z-50': true,
'top-0': true,
'h-[64px]': !isOfficialReader(),
'h-auto': isOfficialReader(),
Expand Down

0 comments on commit 04238f6

Please sign in to comment.