Skip to content

Commit

Permalink
Merge branch 'main' of github.com:duckduckgo/duckduckgo-autofill into…
Browse files Browse the repository at this point in the history
… ema/android-iframe-support

Signed-off-by: Emanuele Feliziani <[email protected]>

# Conflicts:
#	dist/autofill-debug.js
#	dist/autofill.js
#	swift-package/Resources/assets/autofill-debug.js
#	swift-package/Resources/assets/autofill.js
  • Loading branch information
GioSensation committed Apr 9, 2024
2 parents 6461a12 + 3d293c5 commit b88d3f6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions dist/autofill.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/UI/styles/autofill-tooltip-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
font-family: 'SF Pro Text', system-ui, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}
:not(.top-autofill) .tooltip {
.wrapper:not(.top-autofill) .tooltip {
position: absolute;
width: 300px;
max-width: calc(100vw - 25px);
Expand Down Expand Up @@ -50,19 +50,19 @@
.tooltip--data.tooltip--incontext-signup {
width: 360px;
}
:not(.top-autofill) .tooltip--data {
.wrapper:not(.top-autofill) .tooltip--data {
top: 100%;
left: 100%;
border: 0.5px solid rgba(255, 255, 255, 0.2);
border-radius: 6px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.32);
}
@media (prefers-color-scheme: dark) {
:not(.top-autofill) .tooltip--data {
.wrapper:not(.top-autofill) .tooltip--data {
border: 1px solid rgba(255, 255, 255, 0.2);
}
}
:not(.top-autofill) .tooltip--email {
.wrapper:not(.top-autofill) .tooltip--email {
top: calc(100% + 6px);
right: calc(100% - 48px);
padding: 8px;
Expand Down
8 changes: 4 additions & 4 deletions swift-package/Resources/assets/autofill.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b88d3f6

Please sign in to comment.