mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(home): allow button and search bar to resize for other languages
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user