mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Don't show mobile-friendly bottom bar when printing or embedding.
Test Plan: Added a check for bottom-footer on small screen to the InterfaceStyle test. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D2722
This commit is contained in:
@@ -1076,6 +1076,7 @@ function getChangedStatus(value: boolean): RuleStatus {
|
||||
}
|
||||
|
||||
const cssOuter = styled('div', `
|
||||
flex: auto;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
max-width: 800px;
|
||||
@@ -1085,6 +1086,7 @@ const cssOuter = styled('div', `
|
||||
`);
|
||||
|
||||
const cssAddTableRow = styled('div', `
|
||||
flex: none;
|
||||
margin: 16px 16px 8px 16px;
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
|
||||
Reference in New Issue
Block a user