We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb54eb2 commit 5737ed9Copy full SHA for 5737ed9
src/renderer/components/top-nav/top-nav.scss
@@ -21,9 +21,9 @@
21
inline-size: 100%;
22
z-index: 4;
23
24
- @media only screen and (width >= 1122px) {
+ @media only screen and (width >= 961px) {
25
display: grid;
26
- grid-template-columns: 1fr 720px 1fr;
+ grid-template-columns: 1fr 440px 1fr;
27
}
28
29
@include top-nav-is-colored {
@@ -190,7 +190,7 @@
190
191
.middle {
192
flex: 1;
193
- max-inline-size: 720px;
+ max-inline-size: 440px;
194
195
.searchContainer {
196
align-items: center;
0 commit comments