Skip to content

Commit

Permalink
Merge pull request #126 from arnaugiralt/fix/LITE-28854-fix-hidden-di…
Browse files Browse the repository at this point in the history
…alogs

LITE-28854: Fix hidden dialogs
  • Loading branch information
arnaugiralt authored Oct 19, 2023
2 parents dbed4ed + 3501592 commit 5387626
Show file tree
Hide file tree
Showing 6 changed files with 3,867 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ button .c-icon {
touch-action: auto;
max-height: 90%;
max-width: calc(100% - 48px);
margin: auto;
margin: 50px auto auto;
outline: none;
box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0px 24px 38px 3px rgba(0,0,0,0.14), 0px 9px 46px 8px rgba(0,0,0,0.12);
border-radius: 4px;
Expand Down
3,394 changes: 3,394 additions & 0 deletions connect_ext_ppr/static/index.fccd2607775aa57c432b.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion connect_ext_ppr/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>Index</title>
<script defer src="vendors.3c43b45d3e9e7cbf9863.js"></script><script defer src="index.209b3fb2c6668509f5ff.js"></script><link href="index.cd05f884d7c29d1fe4e5.css" rel="stylesheet"></head>
<script defer src="vendors.3c43b45d3e9e7cbf9863.js"></script><script defer src="index.fccd2607775aa57c432b.js"></script><link href="index.b861039a3d9cbe776fbe.css" rel="stylesheet"></head>

<body>
<div id="app"></div>
Expand Down
Loading

0 comments on commit 5387626

Please sign in to comment.