Skip to content

Commit

Permalink
Add ellipsis to URL bar placeholder text for improved visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jan 25, 2025
1 parent 3fba559 commit a7184ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/browser/base/content/zen-styles/zen-urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
padding: 1px;
}

.urlbar-input::placeholder {
text-overflow: ellipsis;
}

#searchbar:focus-within {
border-color: transparent !important;
}
Expand Down

0 comments on commit a7184ad

Please sign in to comment.