Skip to content

Commit

Permalink
Remove env(safe-area-inset-bottom), not used.
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed May 4, 2020
1 parent 207f59f commit dfe6b51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
changes.
3. Adjust screensaver text size with view width.
4. Fix reading list of items from cache - ID was not bing set.
5. Remove env(safe-area-inset-bottom), not used.

1.5.7
-----
Expand Down
14 changes: 0 additions & 14 deletions MaterialSkin/HTML/material/html/css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@
--bottom-nav-height:calc(var(--bottom-nav-pad) + 52px);
}

/* Browsers which partially support CSS Environment variables (iOS 11.0-11.2). */
@supports (padding-top: constant(safe-area-inset-bottom)) {
:root {
--bottom-nav-pad:constant(safe-area-inset-bottom);
}
}

/* Browsers which fully support CSS Environment variables (iOS 11.2+).*/
@supports (padding-top: env(safe-area-inset-bottom)) {
:root {
--bottom-nav-pad:env(safe-area-inset-bottom);
}
}

.maintoolbar-subtitle {
margin-top:calc(14px - var(--small-font-size));
font-size:var(--small-font-size);
Expand Down

0 comments on commit dfe6b51

Please sign in to comment.