Skip to content

Commit 72fc615

Browse files
committed
feat: adjust padding of new style to vertical sidebar
1 parent 644e713 commit 72fc615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)