Skip to content

Commit

Permalink
Merge branch 'main' into 2339
Browse files Browse the repository at this point in the history
  • Loading branch information
Blainegunn authored Sep 26, 2023
2 parents 8820a4a + b2c05d4 commit 795aa1b
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 25 deletions.
2 changes: 2 additions & 0 deletions acrobat/scripts/contentSecurityPolicy/prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const connectSrc = [
'*.typekit.net/',
'trial-eum-clienttons-s.akamaihd.net/',
'*.akstat.io/',
'rum.hlx.page',
';',
];

Expand Down Expand Up @@ -230,6 +231,7 @@ const scriptSrc = [
's.yjtag.jp/tag.js',
's.yimg.jp',
'yjtag.yahoo.co.jp',
'rum.hlx.page',
';',
];

Expand Down
12 changes: 11 additions & 1 deletion acrobat/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ div[data-section="widget"] {
}
}

#dc-converter-widget > div:first-of-type {
display: none;
}

#CID {
width: 75%;
max-width: 75%;
Expand Down Expand Up @@ -468,7 +472,7 @@ div.how-to ol li::before{
.widget-center {
justify-content: center;
flex: 1 1 auto;
display: flex;
display: flex !important;
flex-direction: column;
}

Expand Down Expand Up @@ -592,3 +596,9 @@ div.how-to ol li::before{
@keyframes shimmer {
100% {-webkit-mask-position:left}
}

.promotion {
max-width: 600px;
margin: auto;
padding: 20px;
}
Loading

0 comments on commit 795aa1b

Please sign in to comment.