remove styles not related to ResizableSidebar

This commit is contained in:
Red Adaya 2024-02-06 13:31:20 +08:00
parent c9a73c2204
commit 81c1fd43f7
3 changed files with 3 additions and 1153 deletions

View File

@ -11,7 +11,6 @@ export { Markdown } from "./markdown";
export { Modal } from "./modal";
export { NumberField } from "./numberfield";
export { PasswordField } from "./passwordfield";
export { RemoteStatusLight } from "./remotestatuslight";
export { ResizableSidebar } from "./resizablesidebar";
export { SettingsError } from "./settingserror";
export { ShowWaveShellInstallPrompt } from "./showwaveshellinstallprompt";

File diff suppressed because it is too large Load Diff

View File

@ -158,12 +158,7 @@ class ResizableSidebar extends React.Component<ResizableSidebarProps> {
<div
className="sidebar-handle"
style={{
position: "absolute",
top: 0,
[this.props.position === "left" ? "right" : "left"]: 0,
bottom: 0,
width: "5px",
cursor: "col-resize",
}}
onMouseDown={this.startResizing}
onDoubleClick={this.toggleCollapsed}