Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Landscape frictionless qa #1319

Draft
wants to merge 26 commits into
base: stage
Choose a base branch
from
Draft
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d2ddbdd
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
7493002
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
c0c4893
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
d30bfd0
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
478cea6
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
314fbd0
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
c544384
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
b5f34f1
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
de37dc9
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
8e11d74
...
echen-adobe Dec 11, 2024
72e809c
Update frictionless-quick-action-mobile.js
echen-adobe Dec 11, 2024
f357fb8
Update frictionless-quick-action-mobile.js
echen-adobe Dec 11, 2024
8805e0b
Update frictionless-quick-action-mobile.js
echen-adobe Dec 11, 2024
b7ad532
Update frictionless-quick-action-mobile.js
echen-adobe Dec 11, 2024
60f7fa0
Update frictionless-quick-action-mobile.js
echen-adobe Dec 11, 2024
128ba40
Update frictionless-quick-action-mobile.js
echen-adobe Dec 11, 2024
6620b12
cleanup
echen-adobe Dec 11, 2024
c071a44
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
914aaf6
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
1fd3915
..
echen-adobe Dec 11, 2024
0382ae8
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
6f91730
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
dc92b6f
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
a2aa603
...
echen-adobe Dec 11, 2024
271dd15
Update frictionless-quick-action-mobile.css
echen-adobe Dec 11, 2024
28fec19
Update frictionless-quick-action-mobile.js
echen-adobe Dec 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
height: 30px;
padding-bottom: 8px;
}

.frictionless-quick-action-mobile .express-logo.hide {
display: none;
}
Expand Down Expand Up @@ -114,15 +115,15 @@
display: none;
}

.frictionless-quick-action-mobile .dropzone-bg + p {
.frictionless-quick-action-mobile .dropzone-bg+p {
margin: 0;
padding: 39px 24px 0 24px;
font-size: var(--heading-font-size-m);
font-weight: var(--heading-font-weight);
line-height: var(--heading-line-height);
}

.frictionless-quick-action-mobile .dropzone-bg + p em {
.frictionless-quick-action-mobile .dropzone-bg+p em {
font-style: normal;
color: var(--color-info-accent);
}
Expand Down Expand Up @@ -163,7 +164,7 @@
font-size: var(--body-font-size-xs);
}

.frictionless-quick-action-mobile.block .free-plan-widget > div {
.frictionless-quick-action-mobile.block .free-plan-widget>div {
margin: 10px;
}

Expand All @@ -175,20 +176,36 @@
height: 667px;
}

.frictionless-quick-action-mobile .quick-action-container > * {

.frictionless-quick-action-mobile .quick-action-container {
height: 667px;
}

@media screen and (orientation: landscape) and (max-device-height: 420px) {
.frictionless-quick-action-mobile #remove-background-container.quick-action-container {
height: 330px;
}

.frictionless-quick-action-mobile #remove-background-container.quick-action-container>* {
--iframeContainerMaxHeight: 330px !important;
--iframeContainerMinHeight: 330px !important;
}
}

.frictionless-quick-action-mobile .quick-action-container>* {
height: 100%;
}

.frictionless-quick-action-mobile .quick-action-container#resize-image-container {
height: 1080px;
}

.frictionless-quick-action-mobile > div.hidden {
.frictionless-quick-action-mobile>div.hidden {
visibility: hidden;
position: absolute;
}

.frictionless-quick-action-mobile > div.transparent {
.frictionless-quick-action-mobile>div.transparent {
opacity: 0;
}

Expand Down Expand Up @@ -229,4 +246,4 @@
.frictionless-quick-action-mobile .quick-action-container#resize-image-container {
height: 1000px;
}
}
}
Loading