[questions][feat] add homepage layout (#312)

* [questions][feat] add homepage layout

* [questions][fix] fix rebase errors

* [questions][fix] startAddOn for search bar

* [questions][feat] add nav bar

* [questions][chore]Remove margins

* [questions][feat] add filter section

* [questions][ui] change filter section alignment

* [questions][ui]Search bar in one row

* [questions][ui] Contribute questions dialog

* [questions][ui] wording changes

Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
This commit is contained in:
Ren Weilin
2022-10-08 16:08:12 +08:00
committed by GitHub
parent 6c91ec2077
commit 827550a5fd
10 changed files with 691 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ export default function Collapsible({ children, defaultOpen, label }: Props) {
/>
<span className="flex-1">{label}</span>
</Disclosure.Button>
<Disclosure.Panel className="pt-1 pb-2 text-sm text-gray-500">
<Disclosure.Panel className="w-full pt-1 pb-2 text-sm text-gray-500">
{children}
</Disclosure.Panel>
</>