Skip to content

Commit

Permalink
fix: css bg color typo in top bar on mobile (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
horvbalint authored Jan 22, 2023
1 parent 1a57734 commit f504f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/main/MainContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const wideLayout = computed(() => route.meta.wideLayout ?? false)
<div
sticky top-0 z10 backdrop-blur
pt="[env(safe-area-inset-top,0)]"
border="b base" bg="[rgba(var(--rbg-bg-base),0.7)]"
border="b base" bg="[rgba(var(--rgb-bg-base),0.7)]"
class="native:lg:w-[calc(100vw-5rem)] native:xl:w-[calc(135%+(100vw-1200px)/2)]"
>
<div flex justify-between px5 py2 :class="{ 'xl:hidden': $route.name !== 'tag' }" data-tauri-drag-region class="native:xl:flex">
Expand Down

0 comments on commit f504f77

Please sign in to comment.