mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user