This commit is contained in:
ivanminutillo 2022-11-28 17:07:27 +01:00
parent a886c687e1
commit 56f481c7c9
3 changed files with 6 additions and 2 deletions

View file

@ -152,6 +152,9 @@ body {
height: 100%;
}
.feed_tab.active {
@apply border-b-2 border-primary font-semibold;
}
.full_page {
height: calc(var(--inner-window-height)) ;

View file

@ -114,7 +114,8 @@
feed_id={@feed_id}
feed_ids={@feed_ids}
feed={@feed}
tabs_class="mb-3 flex items-center gap-3"
tabs_class="mb-3 flex items-center gap-8 border-b border-base-content/10"
tab_class="feed_tab text-sm cursor-pointer hover:bg-base-content/5 font-medium tracking-wide text-base-content/60 p-3"
page_info={@page_info}
tab_path_prefix="/feed/"
/>

View file

@ -29,7 +29,7 @@
"bonfire_ecto": {:git, "https://github.com/bonfire-networks/bonfire_ecto", "ea2d3c1c8b4eed73d52883ce83c72f67d5c2f277", [branch: "main"]},
"bonfire_editor_ck": {:git, "https://github.com/bonfire-networks/bonfire_editor_ck", "f1c2d20c21871ee4a3f650df791517106831578a", [branch: "main"]},
"bonfire_editor_quill": {:git, "https://github.com/bonfire-networks/bonfire_editor_quill", "98b895b16db1bf5d800336b5c7edf1c4bda15c85", [branch: "main"]},
"bonfire_encrypt": {:git, "https://github.com/bonfire-networks/bonfire_encrypt", "e6f151b5e9ae3a7bb8c0832e64a83d2828a2d363", [branch: "main"]},
"bonfire_encrypt": {:git, "https://github.com/bonfire-networks/bonfire_encrypt", "2f50050cd4d9ec40776847c3919e07bc9ec86bb6", [branch: "main"]},
"bonfire_epics": {:git, "https://github.com/bonfire-networks/bonfire_epics", "652217237632c7210ad6d6b0c8375654ef3c0d8f", [branch: "main"]},
"bonfire_fail": {:git, "https://github.com/bonfire-networks/bonfire_fail", "88686a00be6fef9d5a6dd30fe26fcd842ab3d7a3", [branch: "main"]},
"bonfire_federate_activitypub": {:git, "https://github.com/bonfire-networks/bonfire_federate_activitypub", "ebdfda4f83e9217d72d4c6e216f8032990d3aa5e", [branch: "main"]},