(core) Adjust the style of the 'attic' to have more of a toolbar feel, flush to the top, and taking up less space

Test Plan: Checked new looks manually, behavior should not be affected.

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D3934
This commit is contained in:
Dmitry S
2023-06-29 10:44:37 -04:00
parent bb7cf6ba20
commit 4ea748b1a3
3 changed files with 11 additions and 9 deletions

View File

@@ -195,7 +195,6 @@ const cssResizing = styled('div', `
const cssMiniSection = styled('div.mini_section_container', `
--icon-color: ${colors.lightGreen};
display: flex;
background: ${theme.mainPanelBg};
align-items: center;
padding-right: 8px;
`);