Skip to content

Commit

Permalink
Revert "Larger search/URL bar (#5348)" (#5773)
Browse files Browse the repository at this point in the history
This reverts commit 38edc70.
  • Loading branch information
1 parent bb54eb2 commit 5737ed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/renderer/components/top-nav/top-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
inline-size: 100%;
z-index: 4;

@media only screen and (width >= 1122px) {
@media only screen and (width >= 961px) {
display: grid;
grid-template-columns: 1fr 720px 1fr;
grid-template-columns: 1fr 440px 1fr;
}

@include top-nav-is-colored {
Expand Down Expand Up @@ -190,7 +190,7 @@

.middle {
flex: 1;
max-inline-size: 720px;
max-inline-size: 440px;

.searchContainer {
align-items: center;
Expand Down

0 comments on commit 5737ed9

Please sign in to comment.