Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
feat: expand sidebar style
Browse files Browse the repository at this point in the history
  • Loading branch information
sor4chi committed Dec 30, 2023
1 parent b25f970 commit f47596a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const styles = {
display: "flex",
flexDirection: "column",
gap: vars.spacing[2],
padding: vars.spacing[4],
boxSizing: "border-box",
overflowY: "auto",
}),
Expand Down
2 changes: 1 addition & 1 deletion client/src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export const vars = {

export const constants = {
sizes: {
channelLayoutSidePanelWidth: "192px",
channelLayoutSidePanelWidth: "240px",
},
};

0 comments on commit f47596a

Please sign in to comment.