fix(home): allow button and search bar to resize for other languages

This commit is contained in:
plebeius.eth
2024-03-22 12:29:38 +01:00
parent e2a25b5f87
commit b13734aedf
+5
View File
@@ -90,6 +90,9 @@
border-radius: 0px;
border: 1px solid rgb(170, 170, 170);
outline: none;
flex-grow: 1;
min-width: 0;
max-width: 400px;
}
.searchBar input {
@@ -103,6 +106,8 @@
display: inline-block;
text-transform: capitalize;
font-size: 14px;
white-space: nowrap;
flex-shrink: 0;
}
.capitalize {