Skip to content

Commit

Permalink
Merge pull request #511 from adobecom/MWPW-140549
Browse files Browse the repository at this point in the history
MWPW-140549: CLS on drag and drop or quick file selection
  • Loading branch information
Blainegunn authored Jan 8, 2024
2 parents 3985c44 + 9be6cc4 commit de7f509
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
background-color: white;
min-height: 570px;
display: flex;

/* flex: 1 1 auto; */
flex-direction: column;
}
Expand Down
2 changes: 1 addition & 1 deletion acrobat/blocks/dc-converter-widget/dc-converter-widget.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@

/* Required empty file for [dc-converter-widget]. */
6 changes: 5 additions & 1 deletion acrobat/blocks/eventwrapper/eventwrapper.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ body:not([data-current-event]) [data-event-name=onload] {
animation-name: fade-in;
}

.review.hide {
opacity: 0;
}

@keyframes fade-in {
0% {
opacity: 0;
Expand Down Expand Up @@ -91,7 +95,7 @@ body.l2-state.hide-content .global-footer {
}

body.l2-state.hide-content h3[class^='FrictionlessNavBar__topbarTitle'] svg g {
stroke: rgb(124, 195, 63);
stroke: rgb(124 195 63);
}

#CID.wapper-rotate-pages,
Expand Down
7 changes: 4 additions & 3 deletions acrobat/blocks/personalization/personalization.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
background-color: #f44336;
padding: 5px;
}

.personalization > div,
.personalization > div > div:nth-child(1) {
display: none;
}

[data-tag='default'],
[data-tag='2nd conversion'],
[data-tag='upsell'] {
.personalizationShowAll [data-tag='default'],
.personalizationShowAll [data-tag='2nd conversion'],
.personalizationShowAll [data-tag='upsell'] {
display: block !important;
}

Expand Down
20 changes: 10 additions & 10 deletions acrobat/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,20 @@ div[data-section="widget"] {
min-height: 570px;
}

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

.DCHosted__container___3HQ1f > div:first-of-type {
min-height: 570px;
background-color: #fff;
}

/* ootb widget */
.dc-converter-widget > div:first-of-type {
display: none;
}

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

#CID {
width: 75%;
max-width: 75%;
Expand All @@ -40,7 +45,7 @@ div[data-section="widget"] {
padding: 0;
position: relative;
left:0;
top: 70px;
top: 30px;
right:0;
z-index: 1;
}
Expand Down Expand Up @@ -451,11 +456,6 @@ div.how-to ol li::before{
padding: 20px;
}

/* ootb widget */
.dc-converter-widget > div:first-of-type {
display: none;
}

.widget-heading {
font-size: 36px;
margin: 40px 10px;
Expand Down

0 comments on commit de7f509

Please sign in to comment.