mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 17:25:50 +00:00
fixed popover css in useCases
This commit is contained in:
@@ -498,7 +498,7 @@ const NavBar = () => {
|
||||
borderRadius={"10px"}
|
||||
border={"none"}
|
||||
padding={"1rem"}
|
||||
width={"fit-content"}
|
||||
width={"60%"}
|
||||
margin={"0 auto"}
|
||||
_focus={{
|
||||
boxShadow: "none",
|
||||
@@ -531,7 +531,7 @@ const NavBar = () => {
|
||||
</PopoverBody> */}
|
||||
|
||||
<PopoverBody
|
||||
width={"55%"}
|
||||
width={"100%"}
|
||||
display={"flex"}
|
||||
flexWrap={"wrap"}
|
||||
justifyContent={"space-between"}
|
||||
@@ -710,7 +710,9 @@ const NavBar = () => {
|
||||
<span
|
||||
style={
|
||||
location.pathname === "/community" ||
|
||||
location.pathname === "/Articles"
|
||||
location.pathname === "/news" ||
|
||||
location.pathname === "/events" ||
|
||||
location.pathname === "/resources-page"
|
||||
? active
|
||||
: linkStyle
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user