From 3dc0f485653e61807e058c74a169c44b222fcae1 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 10 Aug 2020 15:42:48 -0500 Subject: [PATCH] update "fill-available" to "stretch" The spec has been updated to use the term "stretch" instead of "fill-available". https://developer.mozilla.org/en-US/docs/Web/CSS/width --- css/froala_editor.pkgd.css | 6 +++--- css/plugins.pkgd.css | 6 +++--- css/plugins/files_manager.css | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/css/froala_editor.pkgd.css b/css/froala_editor.pkgd.css index f1f406b31..233111548 100644 --- a/css/froala_editor.pkgd.css +++ b/css/froala_editor.pkgd.css @@ -1987,7 +1987,7 @@ textarea.fr-code { /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ - width: fill-available; } + width: stretch; } .fr-popup .fr-files-progress-bar-layer > h3 { font-size: 16px; margin: 10px 0; @@ -2044,7 +2044,7 @@ textarea.fr-code { /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ - width: fill-available; } + width: stretch; } .fr-uploading { -webkit-opacity: 0.4; @@ -2108,7 +2108,7 @@ textarea.fr-code { /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ - width: fill-available; } + width: stretch; } @media screen and (max-width: 399px) { .fr-upload-section { diff --git a/css/plugins.pkgd.css b/css/plugins.pkgd.css index 0d6be446d..99857ae75 100644 --- a/css/plugins.pkgd.css +++ b/css/plugins.pkgd.css @@ -626,7 +626,7 @@ textarea.fr-code { /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ - width: fill-available; } + width: stretch; } .fr-popup .fr-files-progress-bar-layer > h3 { font-size: 16px; margin: 10px 0; @@ -683,7 +683,7 @@ textarea.fr-code { /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ - width: fill-available; } + width: stretch; } .fr-uploading { -webkit-opacity: 0.4; @@ -747,7 +747,7 @@ textarea.fr-code { /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ - width: fill-available; } + width: stretch; } @media screen and (max-width: 399px) { .fr-upload-section { diff --git a/css/plugins/files_manager.css b/css/plugins/files_manager.css index 61549042e..b04ab0adb 100644 --- a/css/plugins/files_manager.css +++ b/css/plugins/files_manager.css @@ -210,7 +210,7 @@ /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ - width: fill-available; } + width: stretch; } .fr-popup .fr-files-progress-bar-layer > h3 { font-size: 16px; margin: 10px 0; @@ -267,7 +267,7 @@ /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ - width: fill-available; } + width: stretch; } .fr-uploading { -webkit-opacity: 0.4; @@ -331,7 +331,7 @@ /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ - width: fill-available; } + width: stretch; } @media screen and (max-width: 399px) { .fr-upload-section {