Skip to content

Commit

Permalink
Minor Changes Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
thecuriousteam committed Oct 4, 2023
1 parent 011e285 commit ac07ed4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sidebar With Submenu</title>
<title>PyLibLog</title>
</head>
<body>
<div id="root"></div>
Expand Down
18 changes: 10 additions & 8 deletions src/layouts/sidebar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,20 @@ const Sidebar = () => {
variants={Nav_animation}
initial={{ x: isTabletMid ? -250 : 0 }}
animate={open ? "open" : "closed"}
// sidebar color code (#E0E0E0)
className=" bg-[#212121] text-white shadow-xl z-[999] max-w-[19rem] w-[19rem]
overflow-hidden md:relative fixed
h-screen "
>
<div className="flex-col pt-5 pl-5 pr-5 gap-2.5 font-medium border-b h-[150px] border-slate-300 bg-[#29b6f6]">
overflow-hidden md:relative fixed h-screen ">
<div className="flex-col pt-5 pl-5 pr-5 gap-2.5 font-medium border-b h-[150px] border-slate-300 bg-[#8800ff]">
{/* <img
src="https://img.icons8.com/color/512/firebase.png"
width={45}
alt=""
/> */}
<h1 className="text-[22px] text-white whitespace-pre text-center pb-5">
PYLIBLOG
<h1
className="text-[22px] text-white whitespace-pre text-center pb-5"
style={{ fontFamily: "Poppins, sans-serif", fontWeight: "light" }}
>
PyLibLog
</h1>
<Search />
</div>
Expand All @@ -118,8 +120,8 @@ const Sidebar = () => {
<div className="flex-1 text-sm z-50 max-h-48 my-auto whitespace-pre w-full font-medium ">
<div className="flex border-y border-slate-300 p-4 items-center justify-between">
<div>
<p>Clear History</p>
<small>No-cost $0/month</small>
<p>PyLibLog</p>
<small>From The Curious Community</small>
</div>
{/* <p className="text-teal-500 py-1.5 px-3 text-xs bg-teal-50 rounded-xl">
Upgrade
Expand Down

0 comments on commit ac07ed4

Please sign in to comment.