Skip to content

Commit d8095e6

Browse files
authored
fix: Sidebar item menu: paddings (#294)
1 parent 0fead45 commit d8095e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/fuselage/src/components/Sidebar/styles.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ $sidebar-item-color-selected: theme('sidebar-item-color-selected', colors.foregr
155155
top: 50%;
156156
right: 0;
157157

158-
margin-inline: lengths.margin(4);
158+
margin-inline: lengths.margin(-8);
159159

160160
transform: translateY(-50%);
161161
}
@@ -164,6 +164,7 @@ $sidebar-item-color-selected: theme('sidebar-item-color-selected', colors.foregr
164164
position: relative;
165165

166166
height: 100%;
167+
167168
padding-inline: 0;
168169

169170
opacity: 0;

0 commit comments

Comments
 (0)