(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

@@ -1578,13 +1578,14 @@ async function finalizeAnchor() {
}
const cssViewContentPane = styled('div', `
--view-content-page-margin: 12px;
flex: auto;
display: flex;
flex-direction: column;
overflow: visible;
position: relative;
min-width: 240px;
margin: 12px;
margin: var(--view-content-page-margin, 12px);
@media ${mediaSmall} {
& {
margin: 4px;