fix selectors placement

This commit is contained in:
typescreep
2025-08-05 18:59:57 +03:00
parent 6c34392e66
commit 22c2c7d7bc
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ const ClusterSelectorContainer = styled.div`
display: flex;
justify-content: center;
align-items: center;
padding: 16px 12px;
padding: 12px 12px;
`
export const Styled = {

View File

@@ -5,7 +5,7 @@ export const FOOTER_HEIGHT = 38
export const MAIN_CONTENT_HORIZONTAL_PADDING = 24
export const BACKLINK_HEIGHT = 26
/* sidebar */
export const SIDEBAR_CLUSTER_HEIGHT = 64
export const SIDEBAR_CLUSTER_HEIGHT = 56
/* computed only */
export const BREADCRUMBS_HEIGHT = 26
export const CONTENT_CARD_PADDING = 25