Skip to content

Commit bb31279

Browse files
authored
Merge pull request #1620 from oliviermgx/dev
iframe left resizing pb
2 parents b43651d + 40790cf commit bb31279

File tree

6 files changed

+46
-218
lines changed

6 files changed

+46
-218
lines changed

dist/client/css/admin.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4320,7 +4320,7 @@ form.silex-form .silex-form__group.col2 {
43204320
}
43214321

43224322
.silex-squeeze-left .gjs-cv-canvas {
4323-
left: calc(13% + 35px);
4323+
left: calc(var(--viewsProjectPanelWidth) + 35px);
43244324
width: auto;
43254325
right: var(--viewsPanelWidth);
43264326
}

dist/client/js/main.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/client/js/main.js.LICENSE.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
*/
1010

1111
/*!
12-
* jQuery JavaScript Library v3.7.1
12+
* jQuery JavaScript Library v3.7.0
1313
* https://jquery.com/
1414
*
1515
* Copyright OpenJS Foundation and other contributors
1616
* Released under the MIT license
1717
* https://jquery.org/license
1818
*
19-
* Date: 2023-08-28T13:37Z
19+
* Date: 2023-05-11T18:29Z
2020
*/
2121

2222
/*! @silexlabs/grapesjs-filter-styles - 0.0.3 */
2323

24-
/*! @silexlabs/grapesjs-loading - 1.0.7 */
24+
/*! @silexlabs/grapesjs-loading - 1.0.9 */
2525

2626
/*! grapesjs-style-border - 1.0.4 */
2727

dist/server/server/api/connectorApi.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ function getEndAuthHtml(message, error, connectorId, connectorType, options) {
196196
connectorType,
197197
options,
198198
};
199-
const status = error ? "Error" : "Success";
199+
const status = error ? 'Error' : 'Success';
200200
return `
201201
<!DOCTYPE html><html lang="en">
202202
<head>

0 commit comments

Comments
 (0)