diff --git a/src/components/CommunitiesToFollow/CommunitiesToFollow.css b/src/components/CommunitiesToFollow/CommunitiesToFollow.css index 273773d..fda95d9 100644 --- a/src/components/CommunitiesToFollow/CommunitiesToFollow.css +++ b/src/components/CommunitiesToFollow/CommunitiesToFollow.css @@ -9,14 +9,14 @@ } .communitiesToFollowHeader { - padding: 10px 20px; + padding: 5px 10px; border-bottom: 1px solid #ccc; } .communitiesToFollowHeaderText { margin: 0; - font-size: 19px; - font-weight: 500; + font-size: 0.88rem; + font-weight: 700; color: rgba(0, 0, 0, 0.85); cursor: pointer; } @@ -29,7 +29,7 @@ } .communitiesToFollowListItem { - padding: 10px 20px; + padding: 8px 10px; display: flex; align-items: center; border-bottom: 1px solid #ccc; @@ -42,7 +42,11 @@ .communitiesToFollowListItem p { margin: 0; - font-size: 16px; + font-size: 0.85rem; font-weight: 500; color: rgba(0, 0, 0, 0.775); +} + +.communitiesToFollowListItem:hover { + background-color: rgba(250, 250, 241, 0.849); } \ No newline at end of file diff --git a/src/components/RightBar/RightBar.css b/src/components/RightBar/RightBar.css index d8496d5..19a09a0 100644 --- a/src/components/RightBar/RightBar.css +++ b/src/components/RightBar/RightBar.css @@ -1,4 +1,4 @@ .rightBar { - flex: 2.5; + flex: 2.1; background-color: rgba(255, 255, 255, 0); } \ No newline at end of file diff --git a/src/components/SideBar/SideBar.css b/src/components/SideBar/SideBar.css index 6d65340..d4f4d4d 100644 --- a/src/components/SideBar/SideBar.css +++ b/src/components/SideBar/SideBar.css @@ -1,36 +1,48 @@ .sideBar { - flex: 2.2; + margin-top: 30px; + flex: 1.7; /* min-height: calc(100vh - 70px); */ height: fit-content; - padding-top: 30px; - background-color: #fff; + /* padding: 10px 0; */ + /* background-color: #fff; */ + border-radius: 6px; + color: rgba(0, 0, 0, 0.734); + border: 1px solid #ccc; +} + +.sidebarIcons { + size: 1.05rem; } .sideBar p { margin: 0; padding: 0; - font-size: 16px; + font-size: 0.85rem; } .sideBar ul { + margin: 0; padding: 0; list-style: none; + border-radius: 6px; } .sideBar ul li { - padding: 15px 20px; + padding: 5px 10px; cursor: pointer; + /* border-radius: 5px; */ + border-bottom: 0.5px solid #ccc; transition: ease-in-out 0.3s all; } .sideBar ul li:hover { - color: #3757FF; - background-color: rgba(55, 87, 255, 0.05); + /* color: #3757FF; */ + background-color: rgba(55, 88, 255, 0.096); } .sideBar ul li p { - margin-left: 15px; + margin-left: 10px; } .mainSideBarOptions li { @@ -39,7 +51,7 @@ } .dropdownIcon { - padding-left: 5px; + margin-left: auto; } .yourCommunityList, @@ -54,13 +66,14 @@ .yourTopicsList li p, .yourCommunityList li p { - font-size: 12px; + font-size: 0.65rem; + line-height: 15px; } .sideBarCommunityImage, .sideBarTopicsImage { - width: 30px; - height: 30px; - border-radius: 50%; + width: 20px; + height: 20px; + border-radius: 5px; object-fit: cover; } \ No newline at end of file diff --git a/src/components/SideBar/SideBar.js b/src/components/SideBar/SideBar.js index 1f4f0cb..8c6586f 100644 --- a/src/components/SideBar/SideBar.js +++ b/src/components/SideBar/SideBar.js @@ -21,9 +21,9 @@ const SideBar = () => { return (
Home
Saved posts
Topics
Home
Saved posts
Topics
Starting Out In Tech
My Communities
My Communities
Top picks for you
-