Skip to content

Commit

Permalink
fix: useless z indeces
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Song <theevansong@gmail.com>
  • Loading branch information
ferothefox committed Oct 27, 2024
1 parent 6ba1dcf commit 607b959
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions apps/frontend/src/pages/servers/manage/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@
}"
>
<div class="flex w-full min-w-0 select-none flex-col items-center gap-6 pt-4 sm:flex-row">
<UiServersServerIcon
:image="serverData.image"
class="z-10 drop-shadow-lg sm:drop-shadow-none"
/>
<UiServersServerIcon :image="serverData.image" class="drop-shadow-lg sm:drop-shadow-none" />
<div
class="z-10 flex min-w-0 flex-1 flex-col-reverse items-center gap-2 sm:flex-col sm:items-start"
class="flex min-w-0 flex-1 flex-col-reverse items-center gap-2 sm:flex-col sm:items-start"
>
<div class="hidden shrink-0 flex-row items-center gap-1 sm:flex">
<NuxtLink to="/servers/manage" class="breadcrumb goto-link flex w-fit items-center">
Expand Down

0 comments on commit 607b959

Please sign in to comment.