fix(frontend): adjust padding of search box so placeholder text fits on mobile

this only fixes English. Other languages placeholders may or may not fit into the space

fixes #393
This commit is contained in:
sct
2020-12-19 12:57:17 +09:00
parent 53bede692d
commit 3601d442db
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ const LanguagePicker: React.FC = () => {
useClickOutside(dropdownRef, () => setDropdownOpen(false));
return (
<div className="ml-3 relative">
<div className="relative">
<div>
<button
className="p-1 text-gray-400 rounded-full hover:bg-gray-500 hover:text-white focus:outline-none focus:ring focus:text-white"