Skip to content

Commit

Permalink
feat: add grid bg
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Jul 7, 2024
1 parent 0f507b3 commit c57d72c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoints/sidepanel/Sidepanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ const toggleInfoDialog = () => {
</script>

<template>
<div
className="fixed inset-0 -z-50 size-full bg-[linear-gradient(to_right,#8080800a_1px,transparent_1px),linear-gradient(to_bottom,#8080800a_1px,transparent_1px)] bg-[size:14px_24px]"></div>
<div class="inset-x-0 top-0 sticky z-[10]">
<div
class="backdrop-blur-lg z-[999] flex justify-end items-center inset-x-0 gap-1 p-2 rounded-md px-6">
Expand Down

0 comments on commit c57d72c

Please sign in to comment.