Skip to content

Commit

Permalink
Merge pull request #1620 from oliviermgx/dev
Browse files Browse the repository at this point in the history
iframe left resizing pb
  • Loading branch information
lexoyo authored Dec 16, 2024
2 parents b43651d + 40790cf commit bb31279
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 218 deletions.
2 changes: 1 addition & 1 deletion dist/client/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -4320,7 +4320,7 @@ form.silex-form .silex-form__group.col2 {
}

.silex-squeeze-left .gjs-cv-canvas {
left: calc(13% + 35px);
left: calc(var(--viewsProjectPanelWidth) + 35px);
width: auto;
right: var(--viewsPanelWidth);
}
Expand Down
6 changes: 3 additions & 3 deletions dist/client/js/main.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/client/js/main.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
*/

/*!
* jQuery JavaScript Library v3.7.1
* jQuery JavaScript Library v3.7.0
* https://jquery.com/
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2023-08-28T13:37Z
* Date: 2023-05-11T18:29Z
*/

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

/*! @silexlabs/grapesjs-loading - 1.0.7 */
/*! @silexlabs/grapesjs-loading - 1.0.9 */

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

Expand Down
2 changes: 1 addition & 1 deletion dist/server/server/api/connectorApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function getEndAuthHtml(message, error, connectorId, connectorType, options) {
connectorType,
options,
};
const status = error ? "Error" : "Success";
const status = error ? 'Error' : 'Success';
return `
<!DOCTYPE html><html lang="en">
<head>
Expand Down
Loading

0 comments on commit bb31279

Please sign in to comment.