Skip to content

Commit f43b901

Browse files
committed
Updated to v3.2.7
1 parent 45c59dd commit f43b901

File tree

140 files changed

+206
-182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+206
-182
lines changed

assets/css/froala_editor.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2021 Froala Labs
55
*/
@@ -1275,6 +1275,12 @@ ol.decimal_type > li:before {
12751275
content: "";
12761276
height: 0; }
12771277

1278+
.fr-second-toolbar:empty {
1279+
min-height: calc(10px);
1280+
position: relative;
1281+
margin-top: calc(-1px);
1282+
z-index: 2; }
1283+
12781284
#fr-logo {
12791285
float: left;
12801286
outline: none; }
@@ -1364,3 +1370,11 @@ span.fr-sr-only {
13641370
overflow: hidden;
13651371
clip: rect(0, 0, 0, 0);
13661372
border: 0; }
1373+
1374+
.fr-bottom-extended {
1375+
flex-wrap: wrap;
1376+
display: flex;
1377+
box-sizing: border-box; }
1378+
1379+
.position-relative {
1380+
position: relative !important; }

assets/css/froala_editor.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/froala_editor.pkgd.css

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2021 Froala Labs
55
*/
@@ -1275,6 +1275,12 @@ ol.decimal_type > li:before {
12751275
content: "";
12761276
height: 0; }
12771277

1278+
.fr-second-toolbar:empty {
1279+
min-height: calc(10px);
1280+
position: relative;
1281+
margin-top: calc(-1px);
1282+
z-index: 2; }
1283+
12781284
#fr-logo {
12791285
float: left;
12801286
outline: none; }
@@ -1365,6 +1371,14 @@ span.fr-sr-only {
13651371
clip: rect(0, 0, 0, 0);
13661372
border: 0; }
13671373

1374+
.fr-bottom-extended {
1375+
flex-wrap: wrap;
1376+
display: flex;
1377+
box-sizing: border-box; }
1378+
1379+
.position-relative {
1380+
position: relative !important; }
1381+
13681382
.fr-clearfix::after {
13691383
clear: both;
13701384
display: block;
@@ -1985,9 +1999,9 @@ textarea.fr-code {
19851999
width: calc(100% - 40px);
19862000
width: -moz-available;
19872001
/* WebKit-based browsers will ignore this. */
1988-
width: -webkit-fill-available;
2002+
width: -webkit-stretch;
19892003
/* Mozilla-based browsers will ignore this. */
1990-
width: fill-available; }
2004+
width: stretch; }
19912005
.fr-popup .fr-files-progress-bar-layer > h3 {
19922006
font-size: 16px;
19932007
margin: 10px 0;
@@ -2042,9 +2056,9 @@ textarea.fr-code {
20422056
width: 100%;
20432057
width: -moz-available;
20442058
/* WebKit-based browsers will ignore this. */
2045-
width: -webkit-fill-available;
2059+
width: -webkit-stretch;
20462060
/* Mozilla-based browsers will ignore this. */
2047-
width: fill-available; }
2061+
width: stretch; }
20482062

20492063
.fr-uploading {
20502064
-webkit-opacity: 0.4;
@@ -2106,9 +2120,9 @@ textarea.fr-code {
21062120
width: 100%;
21072121
width: -moz-available;
21082122
/* WebKit-based browsers will ignore this. */
2109-
width: -webkit-fill-available;
2123+
width: -webkit-stretch;
21102124
/* Mozilla-based browsers will ignore this. */
2111-
width: fill-available; }
2125+
width: stretch; }
21122126

21132127
@media screen and (max-width: 399px) {
21142128
.fr-upload-section {
@@ -4519,8 +4533,6 @@ div.fr-modal-body {
45194533
background-clip: padding-box; }
45204534
.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
45214535
font-size: 24px; }
4522-
.fr-view ul, .fr-view ol {
4523-
list-style-position: inside; }
45244536

45254537
/**
45264538
* Image style.

assets/css/froala_editor.pkgd.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/froala_style.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2021 Froala Labs
55
*/
@@ -287,8 +287,6 @@
287287
background-clip: padding-box; }
288288
.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
289289
font-size: 24px; }
290-
.fr-view ul, .fr-view ol {
291-
list-style-position: inside; }
292290

293291
/**
294292
* Image style.

assets/css/froala_style.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)