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 ad2e880 commit 8eeb6ebCopy full SHA for 8eeb6eb
frontend/src/routes/+page.svelte
@@ -1869,6 +1869,7 @@
1869
1870
.global-search input[type='search'] {
1871
flex: 1 1 auto;
1872
+ min-width: 0; /* allow shrinking inside flex */
1873
background: transparent;
1874
border: none;
1875
color: var(--text-primary);
@@ -1909,6 +1910,11 @@
1909
1910
cursor: pointer;
1911
padding: 0 0.25rem;
1912
border-radius: 0.5rem;
1913
+ flex: 0 0 auto; /* constrain within flex */
1914
+ width: 1.6rem;
1915
+ height: 1.6rem;
1916
+ line-height: 1.6rem;
1917
+ text-align: center;
1918
}
1919
1920
.global-search .search-clear:hover,
0 commit comments