mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Collapse inactive view sections on mobile screens.
Summary: Implement an approach to makind multi-section screens usable on mobile by collapsing inactive sections to a small area. When clicked, they become active and expand, while the rest of the sections are collapsed. Test Plan: Added a basic test case of collapsing inactive sections. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D2725
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
min-width: 0px;
|
||||
flex-grow: var(--flex-grow, 1) !important;
|
||||
}
|
||||
|
||||
.layout_hbox.layout_fill_window {
|
||||
|
||||
Reference in New Issue
Block a user