(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:
Cyprien P
2021-01-18 13:43:24 +01:00
parent 4cd9a2d740
commit 24d9061007
2 changed files with 35 additions and 6 deletions

View File

@@ -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;
}