Fix not being able to click the icon image
This commit is contained in:
@@ -6,10 +6,6 @@ body {
|
|||||||
@apply bg-[#131313] text-white select-none;
|
@apply bg-[#131313] text-white select-none;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
|
||||||
@apply pointer-events-none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
@apply bg-[#4378bf] hover:bg-[#5988c6] rounded-md cursor-pointer text-[16px] p-3 transition-colors duration-[0.25s];
|
@apply bg-[#4378bf] hover:bg-[#5988c6] rounded-md cursor-pointer text-[16px] p-3 transition-colors duration-[0.25s];
|
||||||
}
|
}
|
||||||
@@ -33,6 +33,7 @@ const Sidebar = () => {
|
|||||||
></div>
|
></div>
|
||||||
<div className='logo'>
|
<div className='logo'>
|
||||||
<img
|
<img
|
||||||
|
draggable={false}
|
||||||
src={Icon}
|
src={Icon}
|
||||||
width={48}
|
width={48}
|
||||||
height={48}
|
height={48}
|
||||||
|
|||||||
Reference in New Issue
Block a user