diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-23 17:43:55 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-23 17:43:55 -0500 |
| commit | 26a91a0543e01d4fc9d6c97922d1b01ceb11b325 (patch) | |
| tree | 0c1840a710a51edb061448acdc661307359dcfeb | |
| parent | 9e33ba059b3271427c077769ae08e82b656f9efc (diff) | |
document future stretch property
| -rw-r--r-- | static/grapheneos.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index 70580f3f..3bf2e704 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -2,14 +2,14 @@ /* https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r35/core/res/res/values/colors_material.xml */ html { - height: -webkit-fill-available; + height: -webkit-fill-available; /* replace with stretch when standardized */ } body { display: flex; flex-direction: column; min-height: 100vh; - min-height: -webkit-fill-available; + min-height: -webkit-fill-available; /* replace with stretch when standardized */ font-family: Roboto, sans-serif; background-color: #fafafa; /* grey50 */ color: rgba(0, 0, 0, 0.87); /* 87% black */ |
