-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from BacPacNet/timeline-responsive
Make Timeline page responsive
- Loading branch information
Showing
11 changed files
with
199 additions
and
51 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ const sampleUser = { | |
name: 'Kathryn Murphy', | ||
bio: 'Junior student major at Law, Nagoya University', | ||
university: '3rd Year, Undergraduate, Law', | ||
department: 'Junior student major at Law', | ||
department: 'Department of Liberal Arts', | ||
location: 'London, United Kingdom', | ||
email: '[email protected]', | ||
phone: '+44-3028-3239', | ||
|
@@ -151,12 +151,12 @@ const Timeline = () => { | |
{modalContentType && modalContent(modalContentType)} | ||
</Modal> | ||
<Navbar activeTab={activeTab} onTabClick={handleTabClick} /> | ||
<div className="flex justify-center items-start gap-7 mt-16"> | ||
<div className="flex justify-center items-center lg:items-start gap-7 mt-16 flex-col lg:flex-row xs:px-4 sm:px-0"> | ||
<div className="flex flex-col gap-6"> | ||
<ProfileCard {...sampleUser} setModalContentType={setModalContentType} setIsModalOpen={setIsModalOpen} /> | ||
<Recommendations people={recommendations} /> | ||
</div> | ||
<div className="flex flex-col gap-5"> | ||
<div className="flex flex-col justify-center items-stretch gap-5 max-w-[696px]"> | ||
<PostInput setModalContentType={setModalContentType} setIsModalOpen={setIsModalOpen} /> | ||
<Dropdown options={options} defaultOption="Recent" /> | ||
<Post | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.