Skip to content

Commit

Permalink
Fix: URLBar - Position at touch density #1035
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Nov 29, 2024
1 parent 83f4603 commit e5eff55
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions css/leptonChrome.css

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

5 changes: 0 additions & 5 deletions css/leptonChromeESR.css

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

5 changes: 0 additions & 5 deletions src/padding/_urlbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
height: auto !important;
}
}
:root[uidensity="touch"] & {
// Fallback #881
top: calc((var(--urlbar-toolbar-height, var(--urlbar-container-height))
- var(--urlbar-height)) / 2 + 1px) !important;
}
}

/* spread menu */
Expand Down

0 comments on commit e5eff55

Please sign in to comment.