mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
Fix the sidebar X target so that there isn't a weird padding that shows the pointer cursor (#626)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user