Skip to content

Commit

Permalink
ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanminutillo committed Jan 14, 2024
1 parent 6855863 commit 686d39c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/components/feeds/feed_live.sface
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
selected_tab={@selected_tab}
selected_name={@feed_title || @page_title}
class={
"flex items-center gap-2 w-full tabs sticky top-0 z-[9999999] backdrop-blur-sm bg-base-100/70",
"h-[56px]": @feed_name in [nil, :my],
"border-b border-base-content/20": @feed_name in [:explore, :fediverse, :local, :curated]
"flex items-center gap-2 w-full tabs sticky top-0 z-[9999999] backdrop-blur-sm bg-base-100/70 border-b border-base-content/20",
"h-[56px]": @feed_name in [nil, :my]
}
tab_class={@tab_class}
item_class={@item_class}
Expand Down

0 comments on commit 686d39c

Please sign in to comment.