Fix the sidebar X target so that there isn't a weird padding that shows the pointer cursor (#626)

This commit is contained in:
Evan Simkowitz 2024-04-30 18:12:21 -07:00 committed by GitHub
parent 1c2c0c5efc
commit e1a931056c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,8 +260,8 @@ class MainSideBar extends React.Component<MainSideBarProps, {}> {
<div className="logo">
<WaveLogo />
</div>
<div className="close-button">
<i className="fa-sharp fa-solid fa-xmark-large" onClick={toggleCollapse} />
<div className="close-button" onClick={toggleCollapse}>
<i className="fa-sharp fa-solid fa-xmark-large" />
</div>
</div>
<div className="contents">