Skip to content

Commit

Permalink
🚧 WIP: Add initial styling for addressbar and buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Dec 16, 2023
1 parent 32dfc8b commit cb88094
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 1 addition & 4 deletions components/search/content/browser-addressbar-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
button[is=browser-addressbar-button] {
display: flex;

width: 100%;
height: 100%;

padding: 0px 10px;
padding: 0px 8px;

--button-default-color: transparent;

Expand Down
6 changes: 6 additions & 0 deletions components/search/content/browser-addressbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@
transition: 0s all 0.01s;

z-index: 2147483647;

height: calc(var(--area-height) - 6px) !important;
}

:host(browser-addressbar)::part(customizable) {
padding: 2px;
}

0 comments on commit cb88094

Please sign in to comment.