Skip to content

Commit

Permalink
feat: adjust padding of new style to vertical sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysMb authored and vraravam committed Oct 27, 2024
1 parent 1963373 commit b198427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/appearance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ const generateServiceRibbonWidthStyle = (
`
: `
.sidebar {
width: ${width}px !important;
width: ${width + 8}px !important;
}
.tabs {
justify-content: ${sidebarServicesAlignment};
Expand Down

0 comments on commit b198427

Please sign in to comment.