Skip to content

Commit b198427

Browse files
DenysMbvraravam
authored andcommitted
feat: adjust padding of new style to vertical sidebar
1 parent 1963373 commit b198427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/appearance/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ const generateServiceRibbonWidthStyle = (
289289
`
290290
: `
291291
.sidebar {
292-
width: ${width}px !important;
292+
width: ${width + 8}px !important;
293293
}
294294
.tabs {
295295
justify-content: ${sidebarServicesAlignment};

0 commit comments

Comments
 (0)