mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Show a simpler breadcrumbs [narrow screen]
Test Plan: Includes new browser tests Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D2706
This commit is contained in:
@@ -292,7 +292,7 @@ const cssBottomFooter = styled ('div', `
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
@media (min-width: ${maxNarrowScreenWidth}px) {
|
||||
@media not all and (max-width: ${maxNarrowScreenWidth}px) {
|
||||
& {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user