summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLarvan2 <[email protected]>2026-03-12 20:32:44 +0800
committerGitHub <[email protected]>2026-03-12 20:32:44 +0800
commite8ffc6f606d383ebe9108d6f77b8bf3298d092cc (patch)
tree3a41a986a94eecf3218dfd8e5521037414e20208 /src
parent9e6e9389616cb7d3248a24b8f6d318c4c70fa92f (diff)
parent0323469f85b8331b3324153d325c5046d6843208 (diff)
Merge pull request #113 from Olivi-9/master
fix(sidebar): remove min-width to fix SVG misalignment on connections
Diffstat (limited to 'src')
-rw-r--r--src/components/SideBar.module.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/SideBar.module.scss b/src/components/SideBar.module.scss
index 1cbd71f..d927cb7 100644
--- a/src/components/SideBar.module.scss
+++ b/src/components/SideBar.module.scss
@@ -2,7 +2,6 @@
.root {
background: var(--color-bg-sidebar);
- min-width: 150px;
position: relative;
}